| Лицензия |
Лицензия
The Apache Software License, Version 2.0
|
|---|---|
| Категории |
КатегорииСеть Ehcache Данные Caching |
| Группа | Группаnet.sf.ehcache |
| Идентификатор | Идентификаторehcache |
| Последняя версия | Последняя версия2.10.9.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеehcache
Ehcache is an open source, standards-based cache used to boost performance,
offload the database and simplify scalability. Ehcache is robust, proven and full-featured and
this has made it the most widely-used Java-based cache.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ehcache-2.10.9.2.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.10.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/
implementation 'net.sf.ehcache:ehcache:2.10.9.2'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/
implementation ("net.sf.ehcache:ehcache:2.10.9.2")
'net.sf.ehcache:ehcache:pom:2.10.9.2'
<dependency org="net.sf.ehcache" name="ehcache" rev="2.10.9.2">
<artifact name="ehcache" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache', version='2.10.9.2')
)
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.10.9.2"
[net.sf.ehcache/ehcache "2.10.9.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |