Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.lujian.cloud.boot |
ArtifactId | ArtifactIdcache-spring-boot-actuator |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.lujian.cloud.boot/cache-spring-boot-actuator/ -->
<dependency>
<groupId>org.lujian.cloud.boot</groupId>
<artifactId>cache-spring-boot-actuator</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lujian.cloud.boot/cache-spring-boot-actuator/
implementation 'org.lujian.cloud.boot:cache-spring-boot-actuator:0.0.1'
// https://jarcasting.com/artifacts/org.lujian.cloud.boot/cache-spring-boot-actuator/
implementation ("org.lujian.cloud.boot:cache-spring-boot-actuator:0.0.1")
'org.lujian.cloud.boot:cache-spring-boot-actuator:jar:0.0.1'
<dependency org="org.lujian.cloud.boot" name="cache-spring-boot-actuator" rev="0.0.1">
<artifact name="cache-spring-boot-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lujian.cloud.boot', module='cache-spring-boot-actuator', version='0.0.1')
)
libraryDependencies += "org.lujian.cloud.boot" % "cache-spring-boot-actuator" % "0.0.1"
[org.lujian.cloud.boot/cache-spring-boot-actuator "0.0.1"]