License |
License |
---|---|
GroupId | GroupIdorg.db4j |
ArtifactId | ArtifactIddb4j |
Last Version | Last Version0.9.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondb4j
transactional MVCC database with pure java queries and in-memory semantics
|
Project URL |
Project URL |
Filename | Size |
---|---|
db4j-0.9.10.pom | |
db4j-0.9.10.jar | 398 KB |
db4j-0.9.10-sources.jar | 103 KB |
db4j-0.9.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.db4j/db4j/ -->
<dependency>
<groupId>org.db4j</groupId>
<artifactId>db4j</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.db4j/db4j/
implementation 'org.db4j:db4j:0.9.10'
// https://jarcasting.com/artifacts/org.db4j/db4j/
implementation ("org.db4j:db4j:0.9.10")
'org.db4j:db4j:jar:0.9.10'
<dependency org="org.db4j" name="db4j" rev="0.9.10">
<artifact name="db4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.db4j', module='db4j', version='0.9.10')
)
libraryDependencies += "org.db4j" % "db4j" % "0.9.10"
[org.db4j/db4j "0.9.10"]
Group / Artifact | Type | Version |
---|---|---|
com.nqzero : directio | jar | 0.9.0 |
com.nqzero : directio | so | 0.9.0 |
org.db4j : kilim | jar | 2.0.1 |
com.nqzero : srlutils | jar | 0.9.4 |
com.nqzero : orator | jar | 0.9.3 |
org.apache.lucene : lucene-analyzers-common | jar | 7.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.7 |