Download restify-3.1.5.jar file - Jar r

Jar examples for r:restify

Description

The Java 8 REST Client used in our commercial REST Client libraries such as Passport Java Client and our Java 8 Chef Client called Barista

You can download jar file restify 3.1.5 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add restify-3.1.5.jar to your project.

<dependency>
   <groupId>com.inversoft</groupId>
   <artifactId>restify</artifactId>
   <version>3.1.5</version>
</dependency>
compile group: 'com.inversoft', name: 'restify', version: '3.1.5'
libraryDependencies += "com.inversoft" % "restify" % "3.1.5"
<dependency org="com.inversoft" name="restify" rev="3.1.5"/>
@Grapes(@Grab(group='com.inversoft', module='restify', version='3.1.5'))
'com.inversoft:restify:jar:3.1.5'

Download

Click the following link to download the jar file.

restify-3.1.5-javadoc.jar
restify-3.1.5-sources.jar
restify-3.1.5.jar
restify-3.1.5.pom



Related Tutorials