GroupId | GroupIdio.ciera |
---|---|
ArtifactId | ArtifactIdtool-core |
Version | Version1.1.10 |
Type | Typejar |
Filename | Size |
---|---|
tool-core-1.1.10.pom | |
tool-core-1.1.10.jar | 4 MB |
tool-core-1.1.10-sources.jar | 2 MB |
tool-core-1.1.10-javadoc.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ciera/tool-core/ -->
<dependency>
<groupId>io.ciera</groupId>
<artifactId>tool-core</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.ciera/tool-core/
implementation 'io.ciera:tool-core:1.1.10'
// https://jarcasting.com/artifacts/io.ciera/tool-core/
implementation ("io.ciera:tool-core:1.1.10")
'io.ciera:tool-core:jar:1.1.10'
<dependency org="io.ciera" name="tool-core" rev="1.1.10">
<artifact name="tool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ciera', module='tool-core', version='1.1.10')
)
libraryDependencies += "io.ciera" % "tool-core" % "1.1.10"
[io.ciera/tool-core "1.1.10"]