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