GroupId | GroupIdcom.natigbabayev.checkpoint |
---|---|
ArtifactId | ArtifactIdcheckpoint-core |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
checkpoint-core-0.4.0.pom | |
checkpoint-core-0.4.0.jar | 83 KB |
checkpoint-core-0.4.0-sources.jar | 14 KB |
checkpoint-core-0.4.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.natigbabayev.checkpoint/checkpoint-core/ -->
<dependency>
<groupId>com.natigbabayev.checkpoint</groupId>
<artifactId>checkpoint-core</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.natigbabayev.checkpoint/checkpoint-core/
implementation 'com.natigbabayev.checkpoint:checkpoint-core:0.4.0'
// https://jarcasting.com/artifacts/com.natigbabayev.checkpoint/checkpoint-core/
implementation ("com.natigbabayev.checkpoint:checkpoint-core:0.4.0")
'com.natigbabayev.checkpoint:checkpoint-core:jar:0.4.0'
<dependency org="com.natigbabayev.checkpoint" name="checkpoint-core" rev="0.4.0">
<artifact name="checkpoint-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.natigbabayev.checkpoint', module='checkpoint-core', version='0.4.0')
)
libraryDependencies += "com.natigbabayev.checkpoint" % "checkpoint-core" % "0.4.0"
[com.natigbabayev.checkpoint/checkpoint-core "0.4.0"]