OSGL Java Tool
Some simple common Java utilities
See wiki
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.osgl |
| Идентификатор | Идентификаторosgl-cache |
| Последняя версия | Последняя версия1.8.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOSGL Cache API
A simple java cache API
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| osgl-cache-1.8.1.pom | |
| osgl-cache-1.8.1.jar | 35 KB |
| osgl-cache-1.8.1-sources.jar | 19 KB |
| osgl-cache-1.8.1-javadoc.jar | 132 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-cache/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-cache</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-cache/
implementation 'org.osgl:osgl-cache:1.8.1'
// https://jarcasting.com/artifacts/org.osgl/osgl-cache/
implementation ("org.osgl:osgl-cache:1.8.1")
'org.osgl:osgl-cache:jar:1.8.1'
<dependency org="org.osgl" name="osgl-cache" rev="1.8.1">
<artifact name="osgl-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-cache', version='1.8.1')
)
libraryDependencies += "org.osgl" % "osgl-cache" % "1.8.1"
[org.osgl/osgl-cache "1.8.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.osgl : osgl-logging | jar | 1.5.1 |
| org.osgl : osgl-tool | jar | 1.25.0 |
| net.sf.ehcache : ehcache | jar | 2.10.5 |
| net.spy : spymemcached | jar | 2.12.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
Some simple common Java utilities
See wiki