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