GroupId | GroupIdio.craftcode |
---|---|
ArtifactId | ArtifactIdcraft-atom-lock |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
craft-atom-lock-3.1.1.pom | |
craft-atom-lock-3.1.1.jar | 9 KB |
craft-atom-lock-3.1.1-sources.jar | 5 KB |
craft-atom-lock-3.1.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.craftcode/craft-atom-lock/ -->
<dependency>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom-lock</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.craftcode/craft-atom-lock/
implementation 'io.craftcode:craft-atom-lock:3.1.1'
// https://jarcasting.com/artifacts/io.craftcode/craft-atom-lock/
implementation ("io.craftcode:craft-atom-lock:3.1.1")
'io.craftcode:craft-atom-lock:jar:3.1.1'
<dependency org="io.craftcode" name="craft-atom-lock" rev="3.1.1">
<artifact name="craft-atom-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.craftcode', module='craft-atom-lock', version='3.1.1')
)
libraryDependencies += "io.craftcode" % "craft-atom-lock" % "3.1.1"
[io.craftcode/craft-atom-lock "3.1.1"]