houdini/script/download_codegen_cli.sh

7 lines
249 B
Bash
Raw Normal View History

#!/usr/bin/env bash
if [ ! -e .bin/swagger-codegen-cli.jar ]
then
2019-02-14 21:42:17 +00:00
curl -L https://repo1.maven.org/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
2019-02-08 17:06:18 +00:00
fi