Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 06f86e9

Browse files
authored
Removes maven link (#253)
1 parent d75e7ad commit 06f86e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@ java -jar target/openapi-json-schema-generator-cli.jar generate \
220220
```
221221
(if you're on Windows, replace the last command with `java -jar target\openapi-json-schema-generator-cli.jar generate -i https://raw.githubusercontent.com/openapi-json-schema-tools/openapi-json-schema-generator/master/src/test/resources/3_0/petstore.yaml -g python -o c:\temp\python_api_client`)
222222

223-
<!-- RELEASE_VERSION -->
224-
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/org/openapijsonschematools/openapi-json-schema-generator-cli/6.1.0/openapi-json-schema-generator-cli-6.1.0.jar)
225-
<!-- /RELEASE_VERSION -->
226-
227223
To get a list of **general** options available, please run `java -jar target/openapi-json-schema-generator-cli.jar help generate`
228224

229225
To get a list of PHP specified options (which can be passed to the generator with a config file via the `-c` option), please run `java -jar target/openapi-json-schema-generator-cli.jar config-help -g php`

0 commit comments

Comments
 (0)