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