Although we recomend the use of maven or other dependency managers... it is known that there are still some "Old School Rock Stars" out there that handle dependencies manually.
For you folks, here is a download list of all available jars.
RepCamp SDK
| Version | Date | Release | Download & Comments |
|---|---|---|---|
| 0.3.2 |
15 Jan 2015 |
Alpha |
Download |
| 0.3.3 |
29 Jan 2015 |
Beta |
Download |
| 0.3.4 |
12 Feb 2015 |
Beta |
Download |
| 0.3.5 |
19 Feb 2015 |
RC |
Download |
| 1.0.0 |
02 Mar 2015 |
GA |
Download |
Dependencies
| Version (Recomended) | Group ID | Artifact ID |
|---|---|---|
| 1.18.3 |
com.sun.jersey |
jersey-client |
| 1.18.3 | com.sun.jersey |
jersey-core |
| 1.18.3 | com.sun.jersey | jersey-json |
| 1.9.13 | org.codehaus.jackson | jackson-mapper-asl |
Maven
<repository>
<id>kriter-code</id>
<name>kriter-code-releases</name>
<url>http://code.kriter.net:8081/artifactory</url>
</repository>
<dependency>
<groupId>net.kriter.rcsdk</groupId>
<artifactId>repcamp-sdk</artifactId>
<version>VERSION.NUMBER</version>
</dependency>
Developers