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:
Maciej Sitarz
2021-10-23 08:57:32 +02:00
committed by GitHub
parent 27459b5003
commit 2875c7e14d
17 changed files with 1100 additions and 293 deletions

View File

@@ -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