Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdspring-boot-util-cache |
Version | Version0.2.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-cache/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-boot-util-cache</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-cache/
implementation 'com.github.edgar615:spring-boot-util-cache:0.2.9'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-cache/
implementation ("com.github.edgar615:spring-boot-util-cache:0.2.9")
'com.github.edgar615:spring-boot-util-cache:jar:0.2.9'
<dependency org="com.github.edgar615" name="spring-boot-util-cache" rev="0.2.9">
<artifact name="spring-boot-util-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-boot-util-cache', version='0.2.9')
)
libraryDependencies += "com.github.edgar615" % "spring-boot-util-cache" % "0.2.9"
[com.github.edgar615/spring-boot-util-cache "0.2.9"]