License |
License |
---|---|
GroupId | GroupIdio.github.myui |
ArtifactId | ArtifactIdbtree4j |
Version | Version0.9.1 |
Type | Typejar |
Description |
Descriptionbtree4j
A efficient B+-tree implementation written in pure Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
btree4j-0.9.1.pom | |
btree4j-0.9.1.jar | 164 KB |
btree4j-0.9.1-sources.jar | 88 KB |
btree4j-0.9.1-javadoc.jar | 946 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
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 |