is not current version
Last Version 4.1.0

com.inversoft:restify 3.1.5

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.1.5
Type

Type

jar

Download restify 3.1.5


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