Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcache-annotations-ri-common |
Version | Version0.70.0.1 |
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>0.70.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-common/
implementation 'com.guicedee.services:cache-annotations-ri-common:0.70.0.1'
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-common/
implementation ("com.guicedee.services:cache-annotations-ri-common:0.70.0.1")
'com.guicedee.services:cache-annotations-ri-common:jar:0.70.0.1'
<dependency org="com.guicedee.services" name="cache-annotations-ri-common" rev="0.70.0.1">
<artifact name="cache-annotations-ri-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='cache-annotations-ri-common', version='0.70.0.1')
)
libraryDependencies += "com.guicedee.services" % "cache-annotations-ri-common" % "0.70.0.1"
[com.guicedee.services/cache-annotations-ri-common "0.70.0.1"]