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