License |
License |
---|---|
GroupId | GroupIdcom.inversoft |
ArtifactId | ArtifactIdrestify |
Version | Version3.7.1 |
Type | Typejar |
Description |
DescriptionInversoft Java 8 REST Client
The Java 8 REST Client used in our commercial REST Client libraries such as the FusionAuth Java Client and our Java 8 Chef Client called Barista
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restify-3.7.1.pom | |
restify-3.7.1.jar | 25 KB |
restify-3.7.1-sources.jar | 14 KB |
restify-3.7.1-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.inversoft/restify/ -->
<dependency>
<groupId>com.inversoft</groupId>
<artifactId>restify</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation 'com.inversoft:restify:3.7.1'
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation ("com.inversoft:restify:3.7.1")
'com.inversoft:restify:jar:3.7.1'
<dependency org="com.inversoft" name="restify" rev="3.7.1">
<artifact name="restify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.inversoft', module='restify', version='3.7.1')
)
libraryDependencies += "com.inversoft" % "restify" % "3.7.1"
[com.inversoft/restify "3.7.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.12.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.inversoft : jackson5 | jar | 2.4.8 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |