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