GroupId | GroupIdio.github.acshmily |
---|---|
ArtifactId | ArtifactIdcache-springboot-starter |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.acshmily/cache-springboot-starter/ -->
<dependency>
<groupId>io.github.acshmily</groupId>
<artifactId>cache-springboot-starter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.acshmily/cache-springboot-starter/
implementation 'io.github.acshmily:cache-springboot-starter:1.1'
// https://jarcasting.com/artifacts/io.github.acshmily/cache-springboot-starter/
implementation ("io.github.acshmily:cache-springboot-starter:1.1")
'io.github.acshmily:cache-springboot-starter:jar:1.1'
<dependency org="io.github.acshmily" name="cache-springboot-starter" rev="1.1">
<artifact name="cache-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.acshmily', module='cache-springboot-starter', version='1.1')
)
libraryDependencies += "io.github.acshmily" % "cache-springboot-starter" % "1.1"
[io.github.acshmily/cache-springboot-starter "1.1"]