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