GroupId | GroupIdio.github.cactacea |
---|---|
ArtifactId | ArtifactIdcore_2.12 |
Version | Version19.9.3 |
Type | Typejar |
Filename | Size |
---|---|
core_2.12-19.9.3.pom | |
core_2.12-19.9.3.jar | 2 MB |
core_2.12-19.9.3-sources.jar | 156 KB |
core_2.12-19.9.3-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>19.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cactacea/core_2.12/
implementation 'io.github.cactacea:core_2.12:19.9.3'
// https://jarcasting.com/artifacts/io.github.cactacea/core_2.12/
implementation ("io.github.cactacea:core_2.12:19.9.3")
'io.github.cactacea:core_2.12:jar:19.9.3'
<dependency org="io.github.cactacea" name="core_2.12" rev="19.9.3">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cactacea', module='core_2.12', version='19.9.3')
)
libraryDependencies += "io.github.cactacea" % "core_2.12" % "19.9.3"
[io.github.cactacea/core_2.12 "19.9.3"]