GroupId | GroupIdio.stargate.core |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.0.0-ALPHA-6 |
Type | Typejar |
Filename | Size |
---|---|
core-2.0.0-ALPHA-6.pom | |
core-2.0.0-ALPHA-6.jar | 2 MB |
core-2.0.0-ALPHA-6-sources.jar | 17 KB |
core-2.0.0-ALPHA-6-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.core/core/ -->
<dependency>
<groupId>io.stargate.core</groupId>
<artifactId>core</artifactId>
<version>2.0.0-ALPHA-6</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.core/core/
implementation 'io.stargate.core:core:2.0.0-ALPHA-6'
// https://jarcasting.com/artifacts/io.stargate.core/core/
implementation ("io.stargate.core:core:2.0.0-ALPHA-6")
'io.stargate.core:core:jar:2.0.0-ALPHA-6'
<dependency org="io.stargate.core" name="core" rev="2.0.0-ALPHA-6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.core', module='core', version='2.0.0-ALPHA-6')
)
libraryDependencies += "io.stargate.core" % "core" % "2.0.0-ALPHA-6"
[io.stargate.core/core "2.0.0-ALPHA-6"]