License |
License |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdbplustree |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbplustree
B+-tree using Memory Mapped Files, supports range queries and duplicate keys
|
Project URL |
Project URL |
Filename | Size |
---|---|
bplustree-0.1.3.pom | |
bplustree-0.1.3.jar | 57 KB |
bplustree-0.1.3-sources.jar | 25 KB |
bplustree-0.1.3-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/bplustree/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>bplustree</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/bplustree/
implementation 'com.github.davidmoten:bplustree:0.1.3'
// https://jarcasting.com/artifacts/com.github.davidmoten/bplustree/
implementation ("com.github.davidmoten:bplustree:0.1.3")
'com.github.davidmoten:bplustree:jar:0.1.3'
<dependency org="com.github.davidmoten" name="bplustree" rev="0.1.3">
<artifact name="bplustree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='bplustree', version='0.1.3')
)
libraryDependencies += "com.github.davidmoten" % "bplustree" % "0.1.3"
[com.github.davidmoten/bplustree "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.davidmoten : guava-mini | jar | 0.1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.davidmoten : kool | jar | 0.1.3 |
junit : junit | jar | 4.12 |
com.github.davidmoten : junit-extras | jar | 0.3 |
org.openjdk.jmh : jmh-core | jar | 1.22 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.22 |
org.mapdb : mapdb | jar | 3.0.7 |