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