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