GroupId | GroupIdio.github.cactacea |
---|---|
ArtifactId | ArtifactIdcore_2.12 |
Version | Version18.12.6 |
Type | Typejar |
Filename | Size |
---|---|
core_2.12-18.12.6.pom | |
core_2.12-18.12.6.jar | 2 MB |
core_2.12-18.12.6-sources.jar | 153 KB |
core_2.12-18.12.6-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cactacea/core_2.12/ -->
<dependency>
<groupId>io.github.cactacea</groupId>
<artifactId>core_2.12</artifactId>
<version>18.12.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cactacea/core_2.12/
implementation 'io.github.cactacea:core_2.12:18.12.6'
// https://jarcasting.com/artifacts/io.github.cactacea/core_2.12/
implementation ("io.github.cactacea:core_2.12:18.12.6")
'io.github.cactacea:core_2.12:jar:18.12.6'
<dependency org="io.github.cactacea" name="core_2.12" rev="18.12.6">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cactacea', module='core_2.12', version='18.12.6')
)
libraryDependencies += "io.github.cactacea" % "core_2.12" % "18.12.6"
[io.github.cactacea/core_2.12 "18.12.6"]