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