File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,12 @@ 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 (Swagger and OpenAPI version 2)
182
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
183
184
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
+
184
188
java -jar swagger-codegen-cli.jar help
185
189
```
186
190
You can’t perform that action at this time.
0 commit comments