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