| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Ehcache Данные Caching Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.googlecode.ibaguice.cache |
| Идентификатор | Идентификаторibaguice-ehcache |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEhcache
Ehcache support for iBatis Cache
|
| Имя Файла | Размер |
|---|---|
| ibaguice-ehcache-1.0.pom | |
| ibaguice-ehcache-1.0.jar | 9 KB |
| ibaguice-ehcache-1.0-sources.jar | 8 KB |
| ibaguice-ehcache-1.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.ibaguice.cache/ibaguice-ehcache/ -->
<dependency>
<groupId>com.googlecode.ibaguice.cache</groupId>
<artifactId>ibaguice-ehcache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ibaguice.cache/ibaguice-ehcache/
implementation 'com.googlecode.ibaguice.cache:ibaguice-ehcache:1.0'
// https://jarcasting.com/artifacts/com.googlecode.ibaguice.cache/ibaguice-ehcache/
implementation ("com.googlecode.ibaguice.cache:ibaguice-ehcache:1.0")
'com.googlecode.ibaguice.cache:ibaguice-ehcache:jar:1.0'
<dependency org="com.googlecode.ibaguice.cache" name="ibaguice-ehcache" rev="1.0">
<artifact name="ibaguice-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ibaguice.cache', module='ibaguice-ehcache', version='1.0')
)
libraryDependencies += "com.googlecode.ibaguice.cache" % "ibaguice-ehcache" % "1.0"
[com.googlecode.ibaguice.cache/ibaguice-ehcache "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis : mybatis | jar | 3.0.1 |
| net.sf.ehcache : ehcache-core | jar | 2.0.0 |
| org.slf4j : slf4j-api | jar | 1.6.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 5.8 |