Last Version

OpenAPI-Generator Contributors 6.0.0

This plugin supports common functionality found in Open API Generator CLI as a gradle plugin. This gives you the ability to generate client SDKs, documentation, new generators, and to validate Open API 2.0 and 3.x specifications as part of your build. Other tasks are available as command line tasks.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.openapitools
ArtifactId

ArtifactId

openapi-generator-gradle-plugin
Version

Version

6.0.0
Type

Type

jar
Description

Description

OpenAPI-Generator Contributors
This plugin supports common functionality found in Open API Generator CLI as a gradle plugin. This gives you the ability to generate client SDKs, documentation, new generators, and to validate Open API 2.0 and 3.x specifications as part of your build. Other tasks are available as command line tasks.
Project URL

Project URL

https://openapi-generator.tech
Project Organization

Project Organization

org.openapitools
Source Code Management

Source Code Management

https://github.com/OpenAPITools/openapi-generator

Download openapi-generator-gradle-plugin 6.0.0


<!-- https://jarcasting.com/artifacts/org.openapitools/openapi-generator-gradle-plugin/ -->
<dependency>
    <groupId>org.openapitools</groupId>
    <artifactId>openapi-generator-gradle-plugin</artifactId>
    <version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openapitools/openapi-generator-gradle-plugin/
implementation 'org.openapitools:openapi-generator-gradle-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.openapitools/openapi-generator-gradle-plugin/
implementation ("org.openapitools:openapi-generator-gradle-plugin:6.0.0")
'org.openapitools:openapi-generator-gradle-plugin:jar:6.0.0'
<dependency org="org.openapitools" name="openapi-generator-gradle-plugin" rev="6.0.0">
  <artifact name="openapi-generator-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openapitools', module='openapi-generator-gradle-plugin', version='6.0.0')
)
libraryDependencies += "org.openapitools" % "openapi-generator-gradle-plugin" % "6.0.0"
[org.openapitools/openapi-generator-gradle-plugin "6.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.openapitools : openapi-generator jar 6.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.30

Project Modules

There are no modules declared in this project.