| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторcache |
| Последняя версия | Последняя версия2.8.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCache-classes, similar to guava but without the bulk; split off from util-collections
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикMastfrog Technologies |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cache-2.8.3.pom | |
| cache-2.8.3.jar | 18 KB |
| cache-2.8.3-sources.jar | 14 KB |
| cache-2.8.3-javadoc.jar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/cache/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>cache</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/cache/
implementation 'com.mastfrog:cache:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/cache/
implementation ("com.mastfrog:cache:2.8.3")
'com.mastfrog:cache:jar:2.8.3'
<dependency org="com.mastfrog" name="cache" rev="2.8.3">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='cache', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "cache" % "2.8.3"
[com.mastfrog/cache "2.8.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mastfrog : abstractions | jar | 2.8.3 |
| com.mastfrog : util-preconditions | jar | 2.8.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |