License |
License |
---|---|
Categories |
CategoriesIDE Development Tools ORM Data |
GroupId | GroupIdorg.openidentityplatform.commons.persistit |
ArtifactId | ArtifactIdcore |
Last Version | Last Version2.0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.openidentityplatform.commons.persistit.core
Java B+Tree Key-Value Store Library
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-2.0.15.pom | |
core-2.0.15.jar | 809 KB |
core-2.0.15-sources.jar | 628 KB |
core-2.0.15-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/ -->
<dependency>
<groupId>org.openidentityplatform.commons.persistit</groupId>
<artifactId>core</artifactId>
<version>2.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/
implementation 'org.openidentityplatform.commons.persistit:core:2.0.15'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/
implementation ("org.openidentityplatform.commons.persistit:core:2.0.15")
'org.openidentityplatform.commons.persistit:core:jar:2.0.15'
<dependency org="org.openidentityplatform.commons.persistit" name="core" rev="2.0.15">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.persistit', module='core', version='2.0.15')
)
libraryDependencies += "org.openidentityplatform.commons.persistit" % "core" % "2.0.15"
[org.openidentityplatform.commons.persistit/core "2.0.15"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.31 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 1.7.0 |