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