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