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