GroupId | GroupIdcom.github.ice-zero-cat |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.3.pom | |
core-0.0.3.jar | 113 KB |
core-0.0.3-sources.jar | 66 KB |
core-0.0.3-javadoc.jar | 420 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/core/
implementation 'com.github.ice-zero-cat:core:0.0.3'
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/core/
implementation ("com.github.ice-zero-cat:core:0.0.3")
'com.github.ice-zero-cat:core:jar:0.0.3'
<dependency org="com.github.ice-zero-cat" name="core" rev="0.0.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ice-zero-cat', module='core', version='0.0.3')
)
libraryDependencies += "com.github.ice-zero-cat" % "core" % "0.0.3"
[com.github.ice-zero-cat/core "0.0.3"]