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