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