Download simplerest-core-0.3.jar file - Jar s

Jar examples for s:simplerest-core

Description

Core implementation to access REST API.

You can download jar file simplerest-core 0.3 in this page.

Build File

You can use the following script to add simplerest-core-0.3.jar to your project.

<dependency>
   <groupId>com.anrisoftware.simplerest</groupId>
   <artifactId>simplerest-core</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'com.anrisoftware.simplerest', name: 'simplerest-core', version: '0.3'
libraryDependencies += "com.anrisoftware.simplerest" % "simplerest-core" % "0.3"
<dependency org="com.anrisoftware.simplerest" name="simplerest-core" rev="0.3"/>
@Grapes(@Grab(group='com.anrisoftware.simplerest', module='simplerest-core', version='0.3'))
'com.anrisoftware.simplerest:simplerest-core:jar:0.3'

Download

Click the following link to download the jar file.

simplerest-core-0.3-javadoc.jar
simplerest-core-0.3-sources.jar
simplerest-core-0.3-test-sources.jar
simplerest-core-0.3-tests.jar
simplerest-core-0.3.jar
simplerest-core-0.3.pom



Related Tutorials