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