Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdco.tunan.tucache |
ArtifactId | ArtifactIdtucache-spring-boot-autoconfigure |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tucache-spring-boot-autoconfigure/ -->
<dependency>
<groupId>co.tunan.tucache</groupId>
<artifactId>tucache-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-spring-boot-autoconfigure/
implementation 'co.tunan.tucache:tucache-spring-boot-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-spring-boot-autoconfigure/
implementation ("co.tunan.tucache:tucache-spring-boot-autoconfigure:1.0.0")
'co.tunan.tucache:tucache-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="co.tunan.tucache" name="tucache-spring-boot-autoconfigure" rev="1.0.0">
<artifact name="tucache-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tucache-spring-boot-autoconfigure', version='1.0.0')
)
libraryDependencies += "co.tunan.tucache" % "tucache-spring-boot-autoconfigure" % "1.0.0"
[co.tunan.tucache/tucache-spring-boot-autoconfigure "1.0.0"]