MVN

com.rallydev.rest : rally-rest-api

Maven & Gradle

Mar 16, 2016
50 stars

Rally Rest Toolkit For Java · A java toolkit for interacting with the Rally Rest API

<dependency>
    <groupId>com.rallydev.rest</groupId>
    <artifactId>rally-rest-api</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rallydev.rest : rally-rest-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.rallydev.rest : rally-rest-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
rally-rest-api-2.2.1
2.1.x
rally-rest-api-2.1.2
rally-rest-api-2.1.1
2.0.x
rally-rest-api-2.0.4
rally-rest-api-2.0.3
rally-rest-api-2.0.1

How to add a dependency to Maven

Add the following com.rallydev.rest : rally-rest-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rallydev.rest</groupId>
    <artifactId>rally-rest-api</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rallydev.rest : rally-rest-api gradle dependency to your build.gradle file:

implementation 'com.rallydev.rest:rally-rest-api:2.2.1'

Gradle Kotlin DSL: Add the following com.rallydev.rest : rally-rest-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rallydev.rest:rally-rest-api:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rallydev.rest : rally-rest-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rallydev.rest" % "rally-rest-api" % "2.2.1"

Advertisement