MVN

org.commonjava.indy : indy-depgraph-jaxrs

Maven & Gradle

Jun 30, 2016
3 usages

Indy :: Add-Ons :: DepGraph (Cartographer Integration) :: JAX-RS Bindings

<dependency>
    <groupId>org.commonjava.indy</groupId>
    <artifactId>indy-depgraph-jaxrs</artifactId>
    <version>0.99.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.indy : indy-depgraph-jaxrs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.99.1.7

All Versions

Choose a version of org.commonjava.indy : indy-depgraph-jaxrs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.99.x
indy-depgraph-jaxrs-0.99.1.7
indy-depgraph-jaxrs-0.99.1.6
indy-depgraph-jaxrs-0.99.1.5
indy-depgraph-jaxrs-0.99.1.4
indy-depgraph-jaxrs-0.99.1.3
indy-depgraph-jaxrs-0.99.1.2
indy-depgraph-jaxrs-0.99.1.1
indy-depgraph-jaxrs-0.99.1
indy-depgraph-jaxrs-0.99.0

How to add a dependency to Maven

Add the following org.commonjava.indy : indy-depgraph-jaxrs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.indy</groupId>
    <artifactId>indy-depgraph-jaxrs</artifactId>
    <version>0.99.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.indy : indy-depgraph-jaxrs gradle dependency to your build.gradle file:

implementation 'org.commonjava.indy:indy-depgraph-jaxrs:0.99.1.7'

Gradle Kotlin DSL: Add the following org.commonjava.indy : indy-depgraph-jaxrs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.indy:indy-depgraph-jaxrs:0.99.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.indy : indy-depgraph-jaxrs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.indy" % "indy-depgraph-jaxrs" % "0.99.1.7"

Advertisement