File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
179
179
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
180
180
181
181
``` sh
182
- # Download current stable 2.x.x branch
182
+ # Download current stable 2.x.x branch (Swagger and OpenAPI version 2)
183
183
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
184
184
185
- # Download current stable 3.x.x branch
185
+ # Download current stable 3.x.x branch (OpenAPI version 3)
186
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
187
188
188
java -jar swagger-codegen-cli.jar help
You can’t perform that action at this time.
0 commit comments