GroupId | GroupIdcom.github.dreamroute |
---|---|
ArtifactId | ArtifactIdlocker |
Version | Version1.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
locker-1.3-RELEASE.pom | |
locker-1.3-RELEASE.jar | 17 KB |
locker-1.3-RELEASE-sources.jar | 15 KB |
locker-1.3-RELEASE-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/locker/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>locker</artifactId>
<version>1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/locker/
implementation 'com.github.dreamroute:locker:1.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/locker/
implementation ("com.github.dreamroute:locker:1.3-RELEASE")
'com.github.dreamroute:locker:jar:1.3-RELEASE'
<dependency org="com.github.dreamroute" name="locker" rev="1.3-RELEASE">
<artifact name="locker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='locker', version='1.3-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "locker" % "1.3-RELEASE"
[com.github.dreamroute/locker "1.3-RELEASE"]