Download simplerest-core-0.4.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.4 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials