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