License |
License |
---|---|
GroupId | GroupIdcom.siashan |
ArtifactId | ArtifactIdtoolkit-lock4j |
Version | Version1.0.8 |
Type | Typepom |
Description |
Descriptiontoolkit-lock4j
锁组件,支持单机,分布式锁,支持redis,redissson实现
|
Filename | Size |
---|---|
toolkit-lock4j-1.0.8.pom | 845 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.siashan/toolkit-lock4j/ -->
<dependency>
<groupId>com.siashan</groupId>
<artifactId>toolkit-lock4j</artifactId>
<version>1.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.siashan/toolkit-lock4j/
implementation 'com.siashan:toolkit-lock4j:1.0.8'
// https://jarcasting.com/artifacts/com.siashan/toolkit-lock4j/
implementation ("com.siashan:toolkit-lock4j:1.0.8")
'com.siashan:toolkit-lock4j:pom:1.0.8'
<dependency org="com.siashan" name="toolkit-lock4j" rev="1.0.8">
<artifact name="toolkit-lock4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.siashan', module='toolkit-lock4j', version='1.0.8')
)
libraryDependencies += "com.siashan" % "toolkit-lock4j" % "1.0.8"
[com.siashan/toolkit-lock4j "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |