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