| GroupId | GroupIdcom.github.catchitcozucan |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-1.2.pom | |
| core-1.2.jar | 124 KB |
| core-1.2-sources.jar | 64 KB |
| core-1.2-javadoc.jar | 370 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.catchitcozucan/core/ -->
<dependency>
<groupId>com.github.catchitcozucan</groupId>
<artifactId>core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.catchitcozucan/core/
implementation 'com.github.catchitcozucan:core:1.2'
// https://jarcasting.com/artifacts/com.github.catchitcozucan/core/
implementation ("com.github.catchitcozucan:core:1.2")
'com.github.catchitcozucan:core:jar:1.2'
<dependency org="com.github.catchitcozucan" name="core" rev="1.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.catchitcozucan', module='core', version='1.2')
)
libraryDependencies += "com.github.catchitcozucan" % "core" % "1.2"
[com.github.catchitcozucan/core "1.2"]