Skip to content

Instantly share code, notes, and snippets.

@elleryq
Created June 27, 2018 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elleryq/c9951d74af94b879d2c1d5c129cdd6c8 to your computer and use it in GitHub Desktop.
Save elleryq/c9951d74af94b879d2c1d5c129cdd6c8 to your computer and use it in GitHub Desktop.
下載 swagger-codegen-cli binary
#!/bin/bash
VERSION=${1:-3.0.0-rc1}
wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/${VERSION}/swagger-codegen-cli-${VERSION}.jar -O swagger-codegen-cli.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment