| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииEhcache Данные Caching |
| Группа | Группаorg.ehcache.modules |
| Идентификатор | Идентификаторehcache-xml |
| Последняя версия | Последняя версия3.10.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEhcache 3 XML Parsing module
The module containing all XML parsing logic Ehcache 3
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ehcache-xml-3.10.0.pom | |
| ehcache-xml-3.10.0.jar | 164 KB |
| ehcache-xml-3.10.0-sources.jar | 90 KB |
| ehcache-xml-3.10.0-javadoc.jar | 319 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-xml/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-xml</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-xml/
implementation 'org.ehcache.modules:ehcache-xml:3.10.0'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-xml/
implementation ("org.ehcache.modules:ehcache-xml:3.10.0")
'org.ehcache.modules:ehcache-xml:jar:3.10.0'
<dependency org="org.ehcache.modules" name="ehcache-xml" rev="3.10.0">
<artifact name="ehcache-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-xml', version='3.10.0')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-xml" % "3.10.0"
[org.ehcache.modules/ehcache-xml "3.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.xml.bind : jaxb-api | jar | [2.2,3) |
| org.ehcache.modules : ehcache-api | jar | 3.10.0 |
| org.ehcache.modules : ehcache-xml-spi | jar | 3.10.0 |
| jakarta.xml.bind : jakarta.xml.bind-api Необязательный | jar | [3,4) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.ehcache.modules : ehcache-core | jar | 3.10.0 |
| org.ehcache.modules : ehcache-impl | jar | 3.10.0 |
| org.glassfish.jaxb : jaxb-runtime | jar | [2.2,3) |