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