is not current version
Last Version 4.1.0

com.inversoft:restify 3.2.0

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

GroupId

GroupId

com.inversoft
ArtifactId

ArtifactId

restify
Version

Version

3.2.0
Type

Type

jar

Download restify 3.2.0


<!-- https://jarcasting.com/artifacts/com.inversoft/restify/ -->
<dependency>
    <groupId>com.inversoft</groupId>
    <artifactId>restify</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation 'com.inversoft:restify:3.2.0'
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation ("com.inversoft:restify:3.2.0")
'com.inversoft:restify:jar:3.2.0'
<dependency org="com.inversoft" name="restify" rev="3.2.0">
  <artifact name="restify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.inversoft', module='restify', version='3.2.0')
)
libraryDependencies += "com.inversoft" % "restify" % "3.2.0"
[com.inversoft/restify "3.2.0"]