Skip to content

Commit

Permalink
Added link to openapi-generator-cli.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaufauvre authored Mar 1, 2019
1 parent d44f2fd commit 7008846
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ Library options currently supported for the `java` generator:
+ [google-api-client](#google-api-client)

See also:
* [OpenAPI Generator (maven Plugin)](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-maven-plugin)
* [OpenAPI Generator (maven Plugin)](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-maven-plugin)
* [OpenAPI Generator (executable)](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-cli)
* [CONFIG OPTIONS for java](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/java.md)

#### okhttp-gson <a name="okhttp-gson"></a>
Expand Down Expand Up @@ -259,4 +260,4 @@ HttpRequestInitializer initializer = new HttpRequestInitializer() {
ApiClient client = new ApiClient("https://sandbox.api.mastercard.com", null, initializer, null);
ServiceApi serviceApi = client.serviceApi();
// ...
```
```

0 comments on commit 7008846

Please sign in to comment.