Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.noir-lattice |
ArtifactId | ArtifactIdspring-boot-distributed-lock-starter |
Version | Version0.1.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.noir-lattice/spring-boot-distributed-lock-starter/ -->
<dependency>
<groupId>com.github.noir-lattice</groupId>
<artifactId>spring-boot-distributed-lock-starter</artifactId>
<version>0.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.noir-lattice/spring-boot-distributed-lock-starter/
implementation 'com.github.noir-lattice:spring-boot-distributed-lock-starter:0.1.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.noir-lattice/spring-boot-distributed-lock-starter/
implementation ("com.github.noir-lattice:spring-boot-distributed-lock-starter:0.1.3-RELEASE")
'com.github.noir-lattice:spring-boot-distributed-lock-starter:jar:0.1.3-RELEASE'
<dependency org="com.github.noir-lattice" name="spring-boot-distributed-lock-starter" rev="0.1.3-RELEASE">
<artifact name="spring-boot-distributed-lock-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.noir-lattice', module='spring-boot-distributed-lock-starter', version='0.1.3-RELEASE')
)
libraryDependencies += "com.github.noir-lattice" % "spring-boot-distributed-lock-starter" % "0.1.3-RELEASE"
[com.github.noir-lattice/spring-boot-distributed-lock-starter "0.1.3-RELEASE"]