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