| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки ORM Данные |
| Группа | Группаorg.openidentityplatform.commons |
| Идентификатор | Идентификаторpersistit |
| Последняя версия | Последняя версия2.0.15 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеorg.openidentityplatform.commons.persistit
Java B+Tree Key-Value Store Library
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| persistit-2.0.15.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/persistit/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>persistit</artifactId>
<version>2.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/persistit/
implementation 'org.openidentityplatform.commons:persistit:2.0.15'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/persistit/
implementation ("org.openidentityplatform.commons:persistit:2.0.15")
'org.openidentityplatform.commons:persistit:pom:2.0.15'
<dependency org="org.openidentityplatform.commons" name="persistit" rev="2.0.15">
<artifact name="persistit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='persistit', version='2.0.15')
)
libraryDependencies += "org.openidentityplatform.commons" % "persistit" % "2.0.15"
[org.openidentityplatform.commons/persistit "2.0.15"]