GroupId | GroupIdcom.github.ckpoint |
---|---|
ArtifactId | ArtifactIdcheck-point |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
check-point-0.1.0.pom | |
check-point-0.1.0.jar | 118 KB |
check-point-0.1.0-sources.jar | 63 KB |
check-point-0.1.0-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ckpoint/check-point/ -->
<dependency>
<groupId>com.github.ckpoint</groupId>
<artifactId>check-point</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ckpoint/check-point/
implementation 'com.github.ckpoint:check-point:0.1.0'
// https://jarcasting.com/artifacts/com.github.ckpoint/check-point/
implementation ("com.github.ckpoint:check-point:0.1.0")
'com.github.ckpoint:check-point:jar:0.1.0'
<dependency org="com.github.ckpoint" name="check-point" rev="0.1.0">
<artifact name="check-point" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ckpoint', module='check-point', version='0.1.0')
)
libraryDependencies += "com.github.ckpoint" % "check-point" % "0.1.0"
[com.github.ckpoint/check-point "0.1.0"]