GroupId | GroupIdio.stargate.web |
---|---|
ArtifactId | ArtifactIdrestapi |
Version | Version1.0.36 |
Type | Typejar |
Filename | Size |
---|---|
restapi-1.0.36.pom | |
restapi-1.0.36.jar | 28 MB |
restapi-1.0.36-sources.jar | 311 KB |
restapi-1.0.36-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.web/restapi/ -->
<dependency>
<groupId>io.stargate.web</groupId>
<artifactId>restapi</artifactId>
<version>1.0.36</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.web/restapi/
implementation 'io.stargate.web:restapi:1.0.36'
// https://jarcasting.com/artifacts/io.stargate.web/restapi/
implementation ("io.stargate.web:restapi:1.0.36")
'io.stargate.web:restapi:jar:1.0.36'
<dependency org="io.stargate.web" name="restapi" rev="1.0.36">
<artifact name="restapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.web', module='restapi', version='1.0.36')
)
libraryDependencies += "io.stargate.web" % "restapi" % "1.0.36"
[io.stargate.web/restapi "1.0.36"]