GroupId | GroupIdio.stargate |
---|---|
ArtifactId | ArtifactIdstargate |
Version | Version0.0.19 |
Type | Typepom |
Filename | Size |
---|---|
stargate-0.0.19.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate/stargate/ -->
<dependency>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>0.0.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.stargate/stargate/
implementation 'io.stargate:stargate:0.0.19'
// https://jarcasting.com/artifacts/io.stargate/stargate/
implementation ("io.stargate:stargate:0.0.19")
'io.stargate:stargate:pom:0.0.19'
<dependency org="io.stargate" name="stargate" rev="0.0.19">
<artifact name="stargate" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.stargate', module='stargate', version='0.0.19')
)
libraryDependencies += "io.stargate" % "stargate" % "0.0.19"
[io.stargate/stargate "0.0.19"]