MVN

org.apiaddicts.apitools.apigen : generator-rest

Maven & Gradle

Mar 29, 2023
21 stars

generator-rest

<dependency>
    <groupId>org.apiaddicts.apitools.apigen</groupId>
    <artifactId>generator-rest</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apiaddicts.apitools.apigen : generator-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0
  • Latest Release Candidate: 0.4.0-RC3

All Versions

Choose a version of org.apiaddicts.apitools.apigen : generator-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
generator-rest-0.4.0
generator-rest-0.4.0-RC3
generator-rest-0.4.0-RC2
generator-rest-0.4.0-RC1
0.3.x
generator-rest-0.3.0-RC7
generator-rest-0.3.0-RC6
generator-rest-0.3.0-RC5
generator-rest-0.3.0-RC4
generator-rest-0.3.0-RC3
generator-rest-0.3.0-RC2
generator-rest-0.3.0-RC1
0.2.x
generator-rest-0.2.1
generator-rest-0.2.0
0.1.x
generator-rest-0.1.1
generator-rest-0.1.0
0.0.x
generator-rest-0.0.3

How to add a dependency to Maven

Add the following org.apiaddicts.apitools.apigen : generator-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apiaddicts.apitools.apigen</groupId>
    <artifactId>generator-rest</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apiaddicts.apitools.apigen : generator-rest gradle dependency to your build.gradle file:

implementation 'org.apiaddicts.apitools.apigen:generator-rest:0.4.0'

Gradle Kotlin DSL: Add the following org.apiaddicts.apitools.apigen : generator-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apiaddicts.apitools.apigen:generator-rest:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apiaddicts.apitools.apigen : generator-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apiaddicts.apitools.apigen" % "generator-rest" % "0.4.0"