Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.dawn9117 |
ArtifactId | ArtifactIdzklock-spring-boot |
Version | Version1.0.5 |
Type | Typepom |
Filename | Size |
---|---|
zklock-spring-boot-1.0.5.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dawn9117/zklock-spring-boot/ -->
<dependency>
<groupId>com.github.dawn9117</groupId>
<artifactId>zklock-spring-boot</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dawn9117/zklock-spring-boot/
implementation 'com.github.dawn9117:zklock-spring-boot:1.0.5'
// https://jarcasting.com/artifacts/com.github.dawn9117/zklock-spring-boot/
implementation ("com.github.dawn9117:zklock-spring-boot:1.0.5")
'com.github.dawn9117:zklock-spring-boot:pom:1.0.5'
<dependency org="com.github.dawn9117" name="zklock-spring-boot" rev="1.0.5">
<artifact name="zklock-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dawn9117', module='zklock-spring-boot', version='1.0.5')
)
libraryDependencies += "com.github.dawn9117" % "zklock-spring-boot" % "1.0.5"
[com.github.dawn9117/zklock-spring-boot "1.0.5"]