License |
License |
---|---|
GroupId | GroupIdcom.inversoft |
ArtifactId | ArtifactIdrestify |
Last Version | Last Version4.1.0 |
Release Date | Release Date |
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-4.1.0.pom | |
restify-4.1.0.jar | 25 KB |
restify-4.1.0-sources.jar | 13 KB |
restify-4.1.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.inversoft/restify/ -->
<dependency>
<groupId>com.inversoft</groupId>
<artifactId>restify</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation 'com.inversoft:restify:4.1.0'
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation ("com.inversoft:restify:4.1.0")
'com.inversoft:restify:jar:4.1.0'
<dependency org="com.inversoft" name="restify" rev="4.1.0">
<artifact name="restify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.inversoft', module='restify', version='4.1.0')
)
libraryDependencies += "com.inversoft" % "restify" % "4.1.0"
[com.inversoft/restify "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
com.inversoft : jackson5 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.3.0 |