is not current version
Last Version 2.5-RELEASE

com.github.dreamroute:locker 2.4-RELEASE

MyBatis Optimistic Locker Plugin

GroupId

GroupId

com.github.dreamroute
ArtifactId

ArtifactId

locker
Version

Version

2.4-RELEASE
Type

Type

jar

Download locker 2.4-RELEASE


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