Skip to content

inversoft/restify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inversoft REST Client semver 2.0.0 compliant

Inversoft's REST Client. A simple REST Client to make life simpler when calling REST APIs.

Java REST Client

Maven

<dependency>
  <groupId>com.inversoft</groupId>
  <artifactId>restify</artifactId>
  <version>3.5.1</version>
</dependency>

Building with Savant

Note: This project uses the Savant build tool. To compile using using Savant, follow these instructions:

$ mkdir ~/savant
$ cd ~/savant
$ wget http://savant.inversoft.org/org/savantbuild/savant-core/1.0.0/savant-1.0.0.tar.gz
$ tar xvfz savant-1.0.0.tar.gz
$ ln -s ./savant-1.0.0 current
$ export PATH=$PATH:~/savant/current/bin/

Then, perform an integration build of the project by running:

$ sb int

For more information, checkout savantbuild.org.