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