| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.caffinitas.ohc |
| Идентификатор | Идентификаторohc-parent |
| Последняя версия | Последняя версия0.7.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOHC parent
Off-Heap concurrent hash map intended to store GBs of serialized data
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ohc-parent-0.7.4.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.caffinitas.ohc/ohc-parent/ -->
<dependency>
<groupId>org.caffinitas.ohc</groupId>
<artifactId>ohc-parent</artifactId>
<version>0.7.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.caffinitas.ohc/ohc-parent/
implementation 'org.caffinitas.ohc:ohc-parent:0.7.4'
// https://jarcasting.com/artifacts/org.caffinitas.ohc/ohc-parent/
implementation ("org.caffinitas.ohc:ohc-parent:0.7.4")
'org.caffinitas.ohc:ohc-parent:pom:0.7.4'
<dependency org="org.caffinitas.ohc" name="ohc-parent" rev="0.7.4">
<artifact name="ohc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.caffinitas.ohc', module='ohc-parent', version='0.7.4')
)
libraryDependencies += "org.caffinitas.ohc" % "ohc-parent" % "0.7.4"
[org.caffinitas.ohc/ohc-parent "0.7.4"]