Dandelion-Core
Dandelion is the core of all modules that helps you to manage your assets in your application.
See the documentation here : http://dandelion.github.io/components/core
= The Dandelion team.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииEhcache Данные Caching |
| Группа | Группаcom.github.dandelion |
| Идентификатор | Идентификаторdandelion-ehcache |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDandelion :: Extras :: Cache :: EhCache
Extra allowing to plug a back-end cache based on Ehcache in the Dandelion cache system.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dandelion-ehcache-1.1.1.pom | |
| dandelion-ehcache-1.1.1.jar | 5 KB |
| dandelion-ehcache-1.1.1-sources.jar | 3 KB |
| dandelion-ehcache-1.1.1-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-ehcache/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-ehcache</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-ehcache/
implementation 'com.github.dandelion:dandelion-ehcache:1.1.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-ehcache/
implementation ("com.github.dandelion:dandelion-ehcache:1.1.1")
'com.github.dandelion:dandelion-ehcache:jar:1.1.1'
<dependency org="com.github.dandelion" name="dandelion-ehcache" rev="1.1.1">
<artifact name="dandelion-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-ehcache', version='1.1.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion-ehcache" % "1.1.1"
[com.github.dandelion/dandelion-ehcache "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.dandelion : dandelion-core | jar | 1.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| net.sf.ehcache : ehcache-core | jar | 2.6.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.7.0 |
| org.mockito : mockito-core | jar | 1.10.8 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
Dandelion is the core of all modules that helps you to manage your assets in your application.
See the documentation here : http://dandelion.github.io/components/core
= The Dandelion team.