| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.whirlycott |
| Идентификатор | Идентификаторwhirlycache |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWhirlycache
Super high-speed Java object cache
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| whirlycache-1.0.1.pom | |
| whirlycache-1.0.1.jar | 35 KB |
| whirlycache-1.0.1-sources.jar | 44 KB |
| whirlycache-1.0.1-javadoc.jar | 191 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.whirlycott/whirlycache/ -->
<dependency>
<groupId>com.whirlycott</groupId>
<artifactId>whirlycache</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.whirlycott/whirlycache/
implementation 'com.whirlycott:whirlycache:1.0.1'
// https://jarcasting.com/artifacts/com.whirlycott/whirlycache/
implementation ("com.whirlycott:whirlycache:1.0.1")
'com.whirlycott:whirlycache:jar:1.0.1'
<dependency org="com.whirlycott" name="whirlycache" rev="1.0.1">
<artifact name="whirlycache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whirlycott', module='whirlycache', version='1.0.1')
)
libraryDependencies += "com.whirlycott" % "whirlycache" % "1.0.1"
[com.whirlycott/whirlycache "1.0.1"]