GroupId | GroupIdru.ilb.common |
---|---|
ArtifactId | ArtifactIdcommon-lock |
Version | Version1.35 |
Type | Typejar |
Filename | Size |
---|---|
common-lock-1.35.pom | |
common-lock-1.35.jar | 5 KB |
common-lock-1.35-sources.jar | 4 KB |
common-lock-1.35-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.ilb.common/common-lock/ -->
<dependency>
<groupId>ru.ilb.common</groupId>
<artifactId>common-lock</artifactId>
<version>1.35</version>
</dependency>
// https://jarcasting.com/artifacts/ru.ilb.common/common-lock/
implementation 'ru.ilb.common:common-lock:1.35'
// https://jarcasting.com/artifacts/ru.ilb.common/common-lock/
implementation ("ru.ilb.common:common-lock:1.35")
'ru.ilb.common:common-lock:jar:1.35'
<dependency org="ru.ilb.common" name="common-lock" rev="1.35">
<artifact name="common-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.ilb.common', module='common-lock', version='1.35')
)
libraryDependencies += "ru.ilb.common" % "common-lock" % "1.35"
[ru.ilb.common/common-lock "1.35"]