| GroupId | GroupIdcom.github.dreamroute |
|---|---|
| ArtifactId | ArtifactIdlocker |
| Version | Version1.2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| locker-1.2-RELEASE.pom | |
| locker-1.2-RELEASE.jar | 17 KB |
| locker-1.2-RELEASE-sources.jar | 15 KB |
| locker-1.2-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.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/locker/
implementation 'com.github.dreamroute:locker:1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/locker/
implementation ("com.github.dreamroute:locker:1.2-RELEASE")
'com.github.dreamroute:locker:jar:1.2-RELEASE'
<dependency org="com.github.dreamroute" name="locker" rev="1.2-RELEASE">
<artifact name="locker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='locker', version='1.2-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "locker" % "1.2-RELEASE"
[com.github.dreamroute/locker "1.2-RELEASE"]