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