| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаcom.mantledillusion.cache |
| Идентификатор | Идентификаторhydnora |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHydnora
Hydnora is a small library for concurrent caching.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| hydnora-2.0.0.pom | |
| hydnora-2.0.0.jar | 7 KB |
| hydnora-2.0.0-sources.jar | 6 KB |
| hydnora-2.0.0-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/ -->
<dependency>
<groupId>com.mantledillusion.cache</groupId>
<artifactId>hydnora</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/
implementation 'com.mantledillusion.cache:hydnora:2.0.0'
// https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/
implementation ("com.mantledillusion.cache:hydnora:2.0.0")
'com.mantledillusion.cache:hydnora:jar:2.0.0'
<dependency org="com.mantledillusion.cache" name="hydnora" rev="2.0.0">
<artifact name="hydnora" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.cache', module='hydnora', version='2.0.0')
)
libraryDependencies += "com.mantledillusion.cache" % "hydnora" % "2.0.0"
[com.mantledillusion.cache/hydnora "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mantledillusion.essentials : concurrency-essentials | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |