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