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