| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторcache-annotations-ri-guice |
| Версия | Версия1.1.1.9-jre16 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>cache-annotations-ri-guice</artifactId>
<version>1.1.1.9-jre16</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/
implementation 'com.guicedee.services:cache-annotations-ri-guice:1.1.1.9-jre16'
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/
implementation ("com.guicedee.services:cache-annotations-ri-guice:1.1.1.9-jre16")
'com.guicedee.services:cache-annotations-ri-guice:jar:1.1.1.9-jre16'
<dependency org="com.guicedee.services" name="cache-annotations-ri-guice" rev="1.1.1.9-jre16">
<artifact name="cache-annotations-ri-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='cache-annotations-ri-guice', version='1.1.1.9-jre16')
)
libraryDependencies += "com.guicedee.services" % "cache-annotations-ri-guice" % "1.1.1.9-jre16"
[com.guicedee.services/cache-annotations-ri-guice "1.1.1.9-jre16"]