You can download rally-rest-api-2.0.1.jar in this page.
The MIT License (MIT)
rally-rest-api-2.0.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.rallydev.rest/rally-rest-api/pom.properties META-INF/maven/com.rallydev.rest/rally-rest-api/pom.xml com.rallydev.rest.RallyRestApi.class com.rallydev.rest.request.CreateRequest.class com.rallydev.rest.request.DeleteRequest.class com.rallydev.rest.request.GetRequest.class com.rallydev.rest.request.QueryRequest.class com.rallydev.rest.request.Request.class com.rallydev.rest.request.UpdateRequest.class com.rallydev.rest.response.CreateResponse.class com.rallydev.rest.response.DeleteResponse.class com.rallydev.rest.response.GetResponse.class com.rallydev.rest.response.QueryResponse.class com.rallydev.rest.response.Response.class com.rallydev.rest.response.UpdateResponse.class com.rallydev.rest.util.Fetch.class com.rallydev.rest.util.InvalidURLException.class com.rallydev.rest.util.QueryFilter.class com.rallydev.rest.util.Ref.class doc/allclasses-frame.html doc/allclasses-noframe.html doc/com/rallydev/rest/RallyRestApi.html doc/com/rallydev/rest/class-use/RallyRestApi.html doc/com/rallydev/rest/package-frame.html doc/com/rallydev/rest/package-summary.html doc/com/rallydev/rest/package-tree.html doc/com/rallydev/rest/package-use.html doc/com/rallydev/rest/request/CreateRequest.html doc/com/rallydev/rest/request/DeleteRequest.html doc/com/rallydev/rest/request/GetRequest.html doc/com/rallydev/rest/request/QueryRequest.html doc/com/rallydev/rest/request/Request.html doc/com/rallydev/rest/request/UpdateRequest.html doc/com/rallydev/rest/request/class-use/CreateRequest.html doc/com/rallydev/rest/request/class-use/DeleteRequest.html doc/com/rallydev/rest/request/class-use/GetRequest.html doc/com/rallydev/rest/request/class-use/QueryRequest.html doc/com/rallydev/rest/request/class-use/Request.html doc/com/rallydev/rest/request/class-use/UpdateRequest.html doc/com/rallydev/rest/request/package-frame.html doc/com/rallydev/rest/request/package-summary.html doc/com/rallydev/rest/request/package-tree.html doc/com/rallydev/rest/request/package-use.html doc/com/rallydev/rest/response/CreateResponse.html doc/com/rallydev/rest/response/DeleteResponse.html doc/com/rallydev/rest/response/GetResponse.html doc/com/rallydev/rest/response/QueryResponse.html doc/com/rallydev/rest/response/Response.html doc/com/rallydev/rest/response/UpdateResponse.html doc/com/rallydev/rest/response/class-use/CreateResponse.html doc/com/rallydev/rest/response/class-use/DeleteResponse.html doc/com/rallydev/rest/response/class-use/GetResponse.html doc/com/rallydev/rest/response/class-use/QueryResponse.html doc/com/rallydev/rest/response/class-use/Response.html doc/com/rallydev/rest/response/class-use/UpdateResponse.html doc/com/rallydev/rest/response/package-frame.html doc/com/rallydev/rest/response/package-summary.html doc/com/rallydev/rest/response/package-tree.html doc/com/rallydev/rest/response/package-use.html doc/com/rallydev/rest/util/Fetch.html doc/com/rallydev/rest/util/InvalidURLException.html doc/com/rallydev/rest/util/QueryFilter.html doc/com/rallydev/rest/util/Ref.html doc/com/rallydev/rest/util/class-use/Fetch.html doc/com/rallydev/rest/util/class-use/InvalidURLException.html doc/com/rallydev/rest/util/class-use/QueryFilter.html doc/com/rallydev/rest/util/class-use/Ref.html doc/com/rallydev/rest/util/package-frame.html doc/com/rallydev/rest/util/package-summary.html doc/com/rallydev/rest/util/package-tree.html doc/com/rallydev/rest/util/package-use.html doc/constant-values.html doc/deprecated-list.html doc/help-doc.html doc/index-files/index-1.html doc/index-files/index-10.html doc/index-files/index-11.html doc/index-files/index-12.html doc/index-files/index-13.html doc/index-files/index-2.html doc/index-files/index-3.html doc/index-files/index-4.html doc/index-files/index-5.html doc/index-files/index-6.html doc/index-files/index-7.html doc/index-files/index-8.html doc/index-files/index-9.html doc/index.html doc/overview-frame.html doc/overview-summary.html doc/overview-tree.html doc/package-list doc/resources/background.gif doc/resources/tab.gif doc/resources/titlebar.gif doc/resources/titlebar_end.gif doc/serialized-form.html doc/stylesheet.css examples.com.rallydev.rest.CollectionQueryExample.java examples.com.rallydev.rest.CollectionSummaryExample.java examples.com.rallydev.rest.CrudExample.java examples.com.rallydev.rest.QueryExample.java examples.com.rallydev.rest.RestApiFactory.java
rally-rest-api-2.0.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <packaging>jar</packaging> <name>Rally Rest Toolkit For Java</name> <groupId>com.rallydev.rest</groupId> <artifactId>rally-rest-api</artifactId> <version>2.0.1</version> <description>A java toolkit for interacting with the Rally Rest API</description> <url>https://github.com/RallyTools/RallyRestToolkitForJava</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>krmorse</id> <name>Kyle Morse</name> </developer> </developers> <scm> <connection>scm:git:git@github.com:RallyTools/RallyRestToolkitForJava.git</connection> <developerConnection>scm:git:git@github.com:RallyTools/RallyRestToolkitForJava.git</developerConnection> <url>git@github.com:RallyTools/RallyRestToolkitForJava.git</url> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.2.5</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.1</version> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.rallydev.rest</groupId> <artifactId>rally-rest-api</artifactId> <version>2.0.1</version> </dependency>
If you think the following rally-rest-api-2.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download rally-rest-api-2.0.1.jar file