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