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