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