Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.atommiddleware |
ArtifactId | ArtifactIdl2cache-spring-boot-starter |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
l2cache-spring-boot-starter-1.0.7.pom | |
l2cache-spring-boot-starter-1.0.7.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atommiddleware/l2cache-spring-boot-starter/ -->
<dependency>
<groupId>com.atommiddleware</groupId>
<artifactId>l2cache-spring-boot-starter</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.atommiddleware/l2cache-spring-boot-starter/
implementation 'com.atommiddleware:l2cache-spring-boot-starter:1.0.7'
// https://jarcasting.com/artifacts/com.atommiddleware/l2cache-spring-boot-starter/
implementation ("com.atommiddleware:l2cache-spring-boot-starter:1.0.7")
'com.atommiddleware:l2cache-spring-boot-starter:jar:1.0.7'
<dependency org="com.atommiddleware" name="l2cache-spring-boot-starter" rev="1.0.7">
<artifact name="l2cache-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atommiddleware', module='l2cache-spring-boot-starter', version='1.0.7')
)
libraryDependencies += "com.atommiddleware" % "l2cache-spring-boot-starter" % "1.0.7"
[com.atommiddleware/l2cache-spring-boot-starter "1.0.7"]