GroupId | GroupIdme.mindwind |
---|---|
ArtifactId | ArtifactIdcraft-atom-lock |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
craft-atom-lock-2.0.1.pom | |
craft-atom-lock-2.0.1.jar | 9 KB |
craft-atom-lock-2.0.1-sources.jar | 5 KB |
craft-atom-lock-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.mindwind/craft-atom-lock/
implementation 'me.mindwind:craft-atom-lock:2.0.1'
// https://jarcasting.com/artifacts/me.mindwind/craft-atom-lock/
implementation ("me.mindwind:craft-atom-lock:2.0.1")
'me.mindwind:craft-atom-lock:jar:2.0.1'
<dependency org="me.mindwind" name="craft-atom-lock" rev="2.0.1">
<artifact name="craft-atom-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mindwind', module='craft-atom-lock', version='2.0.1')
)
libraryDependencies += "me.mindwind" % "craft-atom-lock" % "2.0.1"
[me.mindwind/craft-atom-lock "2.0.1"]