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