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