Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.xinlc |
ArtifactId | ArtifactIdlock4j-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
lock4j-spring-boot-starter-1.0.0.pom | |
lock4j-spring-boot-starter-1.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xinlc/lock4j-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xinlc</groupId>
<artifactId>lock4j-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xinlc/lock4j-spring-boot-starter/
implementation 'com.github.xinlc:lock4j-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.xinlc/lock4j-spring-boot-starter/
implementation ("com.github.xinlc:lock4j-spring-boot-starter:1.0.0")
'com.github.xinlc:lock4j-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.xinlc" name="lock4j-spring-boot-starter" rev="1.0.0">
<artifact name="lock4j-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xinlc', module='lock4j-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.xinlc" % "lock4j-spring-boot-starter" % "1.0.0"
[com.github.xinlc/lock4j-spring-boot-starter "1.0.0"]