| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools ORM Data |
| GroupId | GroupIdorg.openidentityplatform.commons.persistit |
| ArtifactId | ArtifactIdcore |
| Version | Version2.0.11 |
| Type | Typejar |
| Description |
Descriptionorg.openidentityplatform.commons.persistit.core
Java B+Tree Key-Value Store Library
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| core-2.0.11.pom | |
| core-2.0.11.jar | 809 KB |
| core-2.0.11-sources.jar | 628 KB |
| core-2.0.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/
implementation 'org.openidentityplatform.commons.persistit:core:2.0.11'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/
implementation ("org.openidentityplatform.commons.persistit:core:2.0.11")
'org.openidentityplatform.commons.persistit:core:jar:2.0.11'
<dependency org="org.openidentityplatform.commons.persistit" name="core" rev="2.0.11">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.persistit', module='core', version='2.0.11')
)
libraryDependencies += "org.openidentityplatform.commons.persistit" % "core" % "2.0.11"
[org.openidentityplatform.commons.persistit/core "2.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 1.7.0 |