Download simplerest-core-0.5.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.5 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials