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