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