forked from loafle/openapi-generator-original
Improve Apache Httpclient support (#10624)
* Move apache-httpclient templates to proper dir * Add template for Gradle * Fix few JavaDoc compile warnings * Add properly generated samples * Empty just trigger PR checks rebuild
This commit is contained in:
@@ -50,14 +50,7 @@ Add this dependency to your project's POM:
|
||||
Add this dependency to your project's build file:
|
||||
|
||||
```groovy
|
||||
repositories {
|
||||
mavenCentral() // Needed if the 'petstore-apache-httpclient' jar has been published to maven central.
|
||||
mavenLocal() // Needed if the 'petstore-apache-httpclient' jar has been published to the local maven repo.
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.openapitools:petstore-apache-httpclient:1.0.0"
|
||||
}
|
||||
compile "org.openapitools:petstore-apache-httpclient:1.0.0"
|
||||
```
|
||||
|
||||
### Others
|
||||
|
||||
Reference in New Issue
Block a user