GroupId | GroupIdcom.inversoft |
---|---|
ArtifactId | ArtifactIdrestify |
Version | Version3.8.0 |
Type | Typejar |
Filename | Size |
---|---|
restify-3.8.0.pom | |
restify-3.8.0.jar | 30 KB |
restify-3.8.0-sources.jar | 17 KB |
restify-3.8.0-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.inversoft/restify/ -->
<dependency>
<groupId>com.inversoft</groupId>
<artifactId>restify</artifactId>
<version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation 'com.inversoft:restify:3.8.0'
// https://jarcasting.com/artifacts/com.inversoft/restify/
implementation ("com.inversoft:restify:3.8.0")
'com.inversoft:restify:jar:3.8.0'
<dependency org="com.inversoft" name="restify" rev="3.8.0">
<artifact name="restify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.inversoft', module='restify', version='3.8.0')
)
libraryDependencies += "com.inversoft" % "restify" % "3.8.0"
[com.inversoft/restify "3.8.0"]