Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdtop.plutoppppp |
ArtifactId | ArtifactIdreentrant-lock |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
reentrant-lock-2.0.pom | |
reentrant-lock-2.0.jar | 21 KB |
reentrant-lock-2.0-sources.jar | 15 KB |
reentrant-lock-2.0-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.plutoppppp/reentrant-lock/ -->
<dependency>
<groupId>top.plutoppppp</groupId>
<artifactId>reentrant-lock</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.plutoppppp/reentrant-lock/
implementation 'top.plutoppppp:reentrant-lock:2.0'
// https://jarcasting.com/artifacts/top.plutoppppp/reentrant-lock/
implementation ("top.plutoppppp:reentrant-lock:2.0")
'top.plutoppppp:reentrant-lock:jar:2.0'
<dependency org="top.plutoppppp" name="reentrant-lock" rev="2.0">
<artifact name="reentrant-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.plutoppppp', module='reentrant-lock', version='2.0')
)
libraryDependencies += "top.plutoppppp" % "reentrant-lock" % "2.0"
[top.plutoppppp/reentrant-lock "2.0"]