GroupId | GroupIdio.stargate.core |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.15.pom | |
core-1.0.15.jar | 986 KB |
core-1.0.15-sources.jar | 10 KB |
core-1.0.15-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.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.core/core/
implementation 'io.stargate.core:core:1.0.15'
// https://jarcasting.com/artifacts/io.stargate.core/core/
implementation ("io.stargate.core:core:1.0.15")
'io.stargate.core:core:jar:1.0.15'
<dependency org="io.stargate.core" name="core" rev="1.0.15">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.core', module='core', version='1.0.15')
)
libraryDependencies += "io.stargate.core" % "core" % "1.0.15"
[io.stargate.core/core "1.0.15"]