MVN

org.kantega.reststop : reststop-api

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 3.11.2

All Versions

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

Version Vulnerabilities Updated
3.11.x
reststop-api-3.11.2
reststop-api-3.11.1
3.10
reststop-api-3.10
3.9
reststop-api-3.9
3.8
reststop-api-3.8
3.7
reststop-api-3.7
3.6
reststop-api-3.6
3.5
reststop-api-3.5
3.3
reststop-api-3.3
3.2
reststop-api-3.2
3.1
reststop-api-3.1
3.0
reststop-api-3.0
2.7
reststop-api-2.7
2.6
reststop-api-2.6
2.5
reststop-api-2.5
2.4
reststop-api-2.4
2.3
reststop-api-2.3
2.2
reststop-api-2.2
2.1
reststop-api-2.1
2.0
reststop-api-2.0
1.13
reststop-api-1.13
1.12
reststop-api-1.12
1.11
reststop-api-1.11
1.10
reststop-api-1.10
1.9
reststop-api-1.9
1.8
reststop-api-1.8
1.7
reststop-api-1.7
1.6
reststop-api-1.6
1.5
reststop-api-1.5
1.4
reststop-api-1.4
1.3
reststop-api-1.3
1.2
reststop-api-1.2
1.0
reststop-api-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.kantega.reststop:reststop-api:3.11.2'

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

implementation("org.kantega.reststop:reststop-api:3.11.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.kantega.reststop" % "reststop-api" % "3.11.2"

Advertisement