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