Last Version

btree4j 0.9.1

A efficient B+-tree implementation written in pure Java

License

License

GroupId

GroupId

io.github.myui
ArtifactId

ArtifactId

btree4j
Version

Version

0.9.1
Type

Type

jar
Description

Description

btree4j
A efficient B+-tree implementation written in pure Java
Project URL

Project URL

https://github.com/myui/btree4j
Project Organization

Project Organization

Makoto Yui
Source Code Management

Source Code Management

https://github.com/myui/btree4j

Download btree4j 0.9.1


<!-- https://jarcasting.com/artifacts/io.github.myui/btree4j/ -->
<dependency>
    <groupId>io.github.myui</groupId>
    <artifactId>btree4j</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.myui/btree4j/
implementation 'io.github.myui:btree4j:0.9.1'
// https://jarcasting.com/artifacts/io.github.myui/btree4j/
implementation ("io.github.myui:btree4j:0.9.1")
'io.github.myui:btree4j:jar:0.9.1'
<dependency org="io.github.myui" name="btree4j" rev="0.9.1">
  <artifact name="btree4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.myui', module='btree4j', version='0.9.1')
)
libraryDependencies += "io.github.myui" % "btree4j" % "0.9.1"
[io.github.myui/btree4j "0.9.1"]

Dependencies

compile (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
commons-cli : commons-cli jar 1.2
commons-logging : commons-logging jar 1.0.4

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.openjdk.jmh : jmh-core jar 1.20
org.openjdk.jmh : jmh-generator-annprocess jar 1.20

Project Modules

There are no modules declared in this project.