GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdrange-tree |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
range-tree-0.2.0.pom | |
range-tree-0.2.0.jar | 15 KB |
range-tree-0.2.0-sources.jar | 11 KB |
range-tree-0.2.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/range-tree/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>range-tree</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/range-tree/
implementation 'com.github.marschall:range-tree:0.2.0'
// https://jarcasting.com/artifacts/com.github.marschall/range-tree/
implementation ("com.github.marschall:range-tree:0.2.0")
'com.github.marschall:range-tree:jar:0.2.0'
<dependency org="com.github.marschall" name="range-tree" rev="0.2.0">
<artifact name="range-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='range-tree', version='0.2.0')
)
libraryDependencies += "com.github.marschall" % "range-tree" % "0.2.0"
[com.github.marschall/range-tree "0.2.0"]