is not current version
Last Version 2.5-RELEASE

com.github.dreamroute:locker 1.1-RELEASE

MyBatis Optimistic Locker Plugin

GroupId

GroupId

com.github.dreamroute
ArtifactId

ArtifactId

locker
Version

Version

1.1-RELEASE
Type

Type

jar

Download locker 1.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.dreamroute/locker/ -->
<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>locker</artifactId>
    <version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/locker/
implementation 'com.github.dreamroute:locker:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/locker/
implementation ("com.github.dreamroute:locker:1.1-RELEASE")
'com.github.dreamroute:locker:jar:1.1-RELEASE'
<dependency org="com.github.dreamroute" name="locker" rev="1.1-RELEASE">
  <artifact name="locker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='locker', version='1.1-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "locker" % "1.1-RELEASE"
[com.github.dreamroute/locker "1.1-RELEASE"]