GroupId | GroupIdcom.github.ice-zero-cat |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.5.pom | |
core-0.0.5.jar | 119 KB |
core-0.0.5-sources.jar | 69 KB |
core-0.0.5-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ice-zero-cat/core/ -->
<dependency>
<groupId>com.github.ice-zero-cat</groupId>
<artifactId>core</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/core/
implementation 'com.github.ice-zero-cat:core:0.0.5'
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/core/
implementation ("com.github.ice-zero-cat:core:0.0.5")
'com.github.ice-zero-cat:core:jar:0.0.5'
<dependency org="com.github.ice-zero-cat" name="core" rev="0.0.5">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ice-zero-cat', module='core', version='0.0.5')
)
libraryDependencies += "com.github.ice-zero-cat" % "core" % "0.0.5"
[com.github.ice-zero-cat/core "0.0.5"]