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