GroupId | GroupIdio.xream.x7 |
---|---|
ArtifactId | ArtifactIdx7-lock |
Version | Version2.4.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
x7-lock-2.4.0.RELEASE.pom | |
x7-lock-2.4.0.RELEASE.jar | 9 KB |
x7-lock-2.4.0.RELEASE-sources.jar | 6 KB |
x7-lock-2.4.0.RELEASE-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xream.x7/x7-lock/ -->
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-lock</artifactId>
<version>2.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.xream.x7/x7-lock/
implementation 'io.xream.x7:x7-lock:2.4.0.RELEASE'
// https://jarcasting.com/artifacts/io.xream.x7/x7-lock/
implementation ("io.xream.x7:x7-lock:2.4.0.RELEASE")
'io.xream.x7:x7-lock:jar:2.4.0.RELEASE'
<dependency org="io.xream.x7" name="x7-lock" rev="2.4.0.RELEASE">
<artifact name="x7-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xream.x7', module='x7-lock', version='2.4.0.RELEASE')
)
libraryDependencies += "io.xream.x7" % "x7-lock" % "2.4.0.RELEASE"
[io.xream.x7/x7-lock "2.4.0.RELEASE"]