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