forked from loafle/openapi-generator-original
use implementation, add min version of maven, gradle (#10571)
This commit is contained in:
@@ -50,7 +50,14 @@ Add this dependency to your project's POM:
|
||||
Add this dependency to your project's build file:
|
||||
|
||||
```groovy
|
||||
compile "org.openapitools:petstore-resttemplate:1.0.0"
|
||||
repositories {
|
||||
mavenCentral() // Needed if the 'petstore-resttemplate' jar has been published to maven central.
|
||||
mavenLocal() // Needed if the 'petstore-resttemplate' jar has been published to the local maven repo.
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.openapitools:petstore-resttemplate:1.0.0"
|
||||
}
|
||||
```
|
||||
|
||||
### Others
|
||||
|
||||
Reference in New Issue
Block a user