is not current version
Last Version 0.2.1

com.github.marschall:range-tree 0.1.0

A simple range tree implementation for Java.

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

range-tree
Version

Version

0.1.0
Type

Type

jar

Download range-tree 0.1.0


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