GroupId | GroupIdorg.bitbucket.swattu |
---|---|
ArtifactId | ArtifactIdlock-utils |
Version | Version4.0.41 |
Type | Typejar |
Filename | Size |
---|---|
lock-utils-4.0.41.pom | |
lock-utils-4.0.41.jar | 12 KB |
lock-utils-4.0.41-tests.jar | 4 KB |
lock-utils-4.0.41-sources.jar | 6 KB |
lock-utils-4.0.41-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/lock-utils/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>lock-utils</artifactId>
<version>4.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/lock-utils/
implementation 'org.bitbucket.swattu:lock-utils:4.0.41'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/lock-utils/
implementation ("org.bitbucket.swattu:lock-utils:4.0.41")
'org.bitbucket.swattu:lock-utils:jar:4.0.41'
<dependency org="org.bitbucket.swattu" name="lock-utils" rev="4.0.41">
<artifact name="lock-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='lock-utils', version='4.0.41')
)
libraryDependencies += "org.bitbucket.swattu" % "lock-utils" % "4.0.41"
[org.bitbucket.swattu/lock-utils "4.0.41"]