| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.cetsoft |
| Идентификатор | Идентификаторimcache |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Описание |
Описаниеimcache
Imcache is a Java Caching Library. It supports various kinds of caching models that
have been applied so far. Imcache intends to speed up applications by providing a means to
manage cached data. It offers solutions ranging from small applications to large scale
applications.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| imcache-0.3.0.pom | |
| imcache-0.3.0.jar | 14 KB |
| imcache-0.3.0-sources.jar | 12 KB |
| imcache-0.3.0-javadoc.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cetsoft/imcache/ -->
<dependency>
<groupId>com.cetsoft</groupId>
<artifactId>imcache</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache/
implementation 'com.cetsoft:imcache:0.3.0'
// https://jarcasting.com/artifacts/com.cetsoft/imcache/
implementation ("com.cetsoft:imcache:0.3.0")
'com.cetsoft:imcache:jar:0.3.0'
<dependency org="com.cetsoft" name="imcache" rev="0.3.0">
<artifact name="imcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache', version='0.3.0')
)
libraryDependencies += "com.cetsoft" % "imcache" % "0.3.0"
[com.cetsoft/imcache "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.cetsoft : imcache-core | jar | 0.3.0 |
| com.cetsoft : imcache-heap | jar | 0.3.0 |
| com.cetsoft : imcache-offheap | jar | 0.3.0 |
| com.cetsoft : imcache-redis | jar | 0.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.8.4 |