| Категории |
КатегорииEhcache Данные Caching |
|---|---|
| Группа | Группаcom.googlecode.ehcache-spring-annotations |
| Идентификатор | Идентификаторehcache-spring-annotations-parent |
| Версия | Версия2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ehcache-spring-annotations-parent-2.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations-parent/ -->
<dependency>
<groupId>com.googlecode.ehcache-spring-annotations</groupId>
<artifactId>ehcache-spring-annotations-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations-parent/
implementation 'com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations-parent:2'
// https://jarcasting.com/artifacts/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations-parent/
implementation ("com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations-parent:2")
'com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations-parent:pom:2'
<dependency org="com.googlecode.ehcache-spring-annotations" name="ehcache-spring-annotations-parent" rev="2">
<artifact name="ehcache-spring-annotations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ehcache-spring-annotations', module='ehcache-spring-annotations-parent', version='2')
)
libraryDependencies += "com.googlecode.ehcache-spring-annotations" % "ehcache-spring-annotations-parent" % "2"
[com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations-parent "2"]