GroupId | GroupIdcom.github.mizool.jcache |
---|---|
ArtifactId | ArtifactIdcache-annotations-ri-spring |
Version | Version0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mizool.jcache/cache-annotations-ri-spring/ -->
<dependency>
<groupId>com.github.mizool.jcache</groupId>
<artifactId>cache-annotations-ri-spring</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.jcache/cache-annotations-ri-spring/
implementation 'com.github.mizool.jcache:cache-annotations-ri-spring:0.5'
// https://jarcasting.com/artifacts/com.github.mizool.jcache/cache-annotations-ri-spring/
implementation ("com.github.mizool.jcache:cache-annotations-ri-spring:0.5")
'com.github.mizool.jcache:cache-annotations-ri-spring:jar:0.5'
<dependency org="com.github.mizool.jcache" name="cache-annotations-ri-spring" rev="0.5">
<artifact name="cache-annotations-ri-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.jcache', module='cache-annotations-ri-spring', version='0.5')
)
libraryDependencies += "com.github.mizool.jcache" % "cache-annotations-ri-spring" % "0.5"
[com.github.mizool.jcache/cache-annotations-ri-spring "0.5"]