Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdspring-boot-util-cache |
Version | Version0.2.10 |
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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-cache/
implementation 'com.github.edgar615:spring-boot-util-cache:0.2.10'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-cache/
implementation ("com.github.edgar615:spring-boot-util-cache:0.2.10")
'com.github.edgar615:spring-boot-util-cache:jar:0.2.10'
<dependency org="com.github.edgar615" name="spring-boot-util-cache" rev="0.2.10">
<artifact name="spring-boot-util-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-boot-util-cache', version='0.2.10')
)
libraryDependencies += "com.github.edgar615" % "spring-boot-util-cache" % "0.2.10"
[com.github.edgar615/spring-boot-util-cache "0.2.10"]