Skip to content

Commit 2101973

Browse files
authored
Merge branch 'master' into chore/dependencies
2 parents 18c77bb + fc902a6 commit 2101973

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,12 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
179179
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
180180

181181
```sh
182+
# Download current stable 2.x.x branch (Swagger and OpenAPI version 2)
182183
wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.12/swagger-codegen-cli-2.4.12.jar -O swagger-codegen-cli.jar
183184

185+
# Download current stable 3.x.x branch (OpenAPI version 3)
186+
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.16/swagger-codegen-cli-3.0.16.jar -O swagger-codegen-cli.jar
187+
184188
java -jar swagger-codegen-cli.jar help
185189
```
186190

0 commit comments

Comments
 (0)