is not current version
Last Version 0.3.0

com.eatthepath:jvptree 0.1

A generic vp-tree implementation in Java

GroupId

GroupId

com.eatthepath
ArtifactId

ArtifactId

jvptree
Version

Version

0.1
Type

Type

jar

Download jvptree 0.1


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