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