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