MVN

org.kantega.reststop : reststop-annotation-processor

Maven & Gradle

Oct 26, 2018
1 usages
1 stars
<dependency>
    <groupId>org.kantega.reststop</groupId>
    <artifactId>reststop-annotation-processor</artifactId>
    <version>3.11.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kantega.reststop : reststop-annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11.2

All Versions

Choose a version of org.kantega.reststop : reststop-annotation-processor to add to Maven or Gradle - All Versions:

  • Version Updated
  • reststop-annotation-processor-3.11.2

    Oct 26, 2018
  • reststop-annotation-processor-3.11.1

    Oct 26, 2018
  • reststop-annotation-processor-3.10

    Aug 09, 2018
  • reststop-annotation-processor-3.9

    Jun 05, 2018
  • reststop-annotation-processor-3.8

    Apr 02, 2018
  • reststop-annotation-processor-3.7

    Mar 20, 2018
  • reststop-annotation-processor-3.6

    Nov 29, 2017
  • reststop-annotation-processor-3.5

    Oct 23, 2017
  • reststop-annotation-processor-3.3

    Aug 18, 2017
  • reststop-annotation-processor-3.2

    Jun 13, 2017
  • reststop-annotation-processor-3.1

    Mar 29, 2017
  • reststop-annotation-processor-3.0

    Dec 21, 2016
  • reststop-annotation-processor-2.7

    Nov 25, 2016
  • reststop-annotation-processor-2.6

    Aug 09, 2016
  • reststop-annotation-processor-2.5

    May 31, 2016
  • reststop-annotation-processor-2.4

    Apr 01, 2016
  • reststop-annotation-processor-2.3

    Feb 02, 2016
  • reststop-annotation-processor-2.2

    Dec 14, 2015
  • reststop-annotation-processor-2.1

    Nov 05, 2015
  • reststop-annotation-processor-2.0

    Oct 23, 2015
  • reststop-annotation-processor-1.13

    Oct 22, 2015
  • reststop-annotation-processor-1.12

    Jul 07, 2015
  • reststop-annotation-processor-1.11

    May 18, 2015

How to add a dependency to Maven

Add the following org.kantega.reststop : reststop-annotation-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kantega.reststop</groupId>
    <artifactId>reststop-annotation-processor</artifactId>
    <version>3.11.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kantega.reststop : reststop-annotation-processor gradle dependency to your build.gradle file:

implementation 'org.kantega.reststop:reststop-annotation-processor:3.11.2'

Gradle Kotlin DSL: Add the following org.kantega.reststop : reststop-annotation-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kantega.reststop:reststop-annotation-processor:3.11.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kantega.reststop : reststop-annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kantega.reststop" % "reststop-annotation-processor" % "3.11.2"