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