Range Tree

A simple range tree implementation for Java.

License

License

MIT
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

range-tree
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Range Tree
A simple range tree implementation for Java.
Project URL

Project URL

https://github.com/marschall/range-tree
Source Code Management

Source Code Management

https://github.com/marschall/range-tree

Download range-tree

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.1
org.openjdk.jol : jol-core jar 0.9
org.hamcrest : hamcrest-junit jar 2.0.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0
0.1.0