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