MVN

io.github.zenwave360.zenwave-code-generator.plugins : jdl-to-openapi

Maven & Gradle

Jan 29, 2023
18 stars

io.github.zenwave360.zenwave-code-generator.plugins:jdl-to-openapi

<dependency>
    <groupId>io.github.zenwave360.zenwave-code-generator.plugins</groupId>
    <artifactId>jdl-to-openapi</artifactId>
    <version>0.9.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zenwave360.zenwave-code-generator.plugins : jdl-to-openapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.12
  • Latest Release Candidate: 1.0.0.RC1

All Versions

Choose a version of io.github.zenwave360.zenwave-code-generator.plugins : jdl-to-openapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jdl-to-openapi-1.0.0.RC1
0.9.x
jdl-to-openapi-0.9.12
jdl-to-openapi-0.9.11
jdl-to-openapi-0.9.10
jdl-to-openapi-0.9.9
jdl-to-openapi-0.9.8
jdl-to-openapi-0.9.7
jdl-to-openapi-0.9.6
jdl-to-openapi-0.9.5
jdl-to-openapi-0.9.4
jdl-to-openapi-0.9.3
jdl-to-openapi-0.9.2
jdl-to-openapi-0.9.1
jdl-to-openapi-0.9.0
0.8.x
jdl-to-openapi-0.8.2
jdl-to-openapi-0.8.1
jdl-to-openapi-0.8.0
0.7.x
jdl-to-openapi-0.7.0
0.6.x
jdl-to-openapi-0.6.0
0.4.x
jdl-to-openapi-0.4.0
0.3.x
jdl-to-openapi-0.3.0
0.2.x
jdl-to-openapi-0.2.2
jdl-to-openapi-0.2.0
0.1.x
jdl-to-openapi-0.1.0

How to add a dependency to Maven

Add the following io.github.zenwave360.zenwave-code-generator.plugins : jdl-to-openapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zenwave360.zenwave-code-generator.plugins</groupId>
    <artifactId>jdl-to-openapi</artifactId>
    <version>0.9.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zenwave360.zenwave-code-generator.plugins : jdl-to-openapi gradle dependency to your build.gradle file:

implementation 'io.github.zenwave360.zenwave-code-generator.plugins:jdl-to-openapi:0.9.12'

Gradle Kotlin DSL: Add the following io.github.zenwave360.zenwave-code-generator.plugins : jdl-to-openapi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zenwave360.zenwave-code-generator.plugins:jdl-to-openapi:0.9.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zenwave360.zenwave-code-generator.plugins : jdl-to-openapi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zenwave360.zenwave-code-generator.plugins" % "jdl-to-openapi" % "0.9.12"