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