is not current version
Last Version 0.3.0

com.eatthepath:jvptree-parent 0.2

A generic vp-tree implementation in Java

GroupId

GroupId

com.eatthepath
ArtifactId

ArtifactId

jvptree-parent
Version

Version

0.2
Type

Type

pom

Download jvptree-parent 0.2

Filename Size
jvptree-parent-0.2.pom 5 KB
Browse

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