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