GroupId | GroupIdcom.github.mauricioaniche |
---|---|
ArtifactId | ArtifactIdck |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ck-0.2.0.pom | |
ck-0.2.0.jar | 31 KB |
ck-0.2.0-sources.jar | 17 KB |
ck-0.2.0-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mauricioaniche/ck/ -->
<dependency>
<groupId>com.github.mauricioaniche</groupId>
<artifactId>ck</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mauricioaniche/ck/
implementation 'com.github.mauricioaniche:ck:0.2.0'
// https://jarcasting.com/artifacts/com.github.mauricioaniche/ck/
implementation ("com.github.mauricioaniche:ck:0.2.0")
'com.github.mauricioaniche:ck:jar:0.2.0'
<dependency org="com.github.mauricioaniche" name="ck" rev="0.2.0">
<artifact name="ck" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mauricioaniche', module='ck', version='0.2.0')
)
libraryDependencies += "com.github.mauricioaniche" % "ck" % "0.2.0"
[com.github.mauricioaniche/ck "0.2.0"]