GroupId | GroupIdio.stargate.core |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.16 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.16.pom | |
core-0.0.16.jar | 851 KB |
core-0.0.16-sources.jar | 5 KB |
core-0.0.16-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.core/core/ -->
<dependency>
<groupId>io.stargate.core</groupId>
<artifactId>core</artifactId>
<version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.core/core/
implementation 'io.stargate.core:core:0.0.16'
// https://jarcasting.com/artifacts/io.stargate.core/core/
implementation ("io.stargate.core:core:0.0.16")
'io.stargate.core:core:jar:0.0.16'
<dependency org="io.stargate.core" name="core" rev="0.0.16">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.core', module='core', version='0.0.16')
)
libraryDependencies += "io.stargate.core" % "core" % "0.0.16"
[io.stargate.core/core "0.0.16"]