kdtree
A fork of http://home.wlu.edu/~levys/software/kd/
Maven
<dependency>
<groupId>com.harium.storage</groupId>
<artifactId>kdtree</artifactId>
<version>1.0.0</version>
</dependency>
License |
License |
---|---|
GroupId | GroupIdcom.harium.storage |
ArtifactId | ArtifactIdkdtree |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKD Tree
A kd-tree fork of http://home.wlu.edu/~levys/software/kd/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kdtree-1.0.0.pom | |
kdtree-1.0.0.jar | 20 KB |
kdtree-1.0.0-sources.jar | 18 KB |
kdtree-1.0.0-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.storage/kdtree/ -->
<dependency>
<groupId>com.harium.storage</groupId>
<artifactId>kdtree</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.storage/kdtree/
implementation 'com.harium.storage:kdtree:1.0.0'
// https://jarcasting.com/artifacts/com.harium.storage/kdtree/
implementation ("com.harium.storage:kdtree:1.0.0")
'com.harium.storage:kdtree:jar:1.0.0'
<dependency org="com.harium.storage" name="kdtree" rev="1.0.0">
<artifact name="kdtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.storage', module='kdtree', version='1.0.0')
)
libraryDependencies += "com.harium.storage" % "kdtree" % "1.0.0"
[com.harium.storage/kdtree "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
A fork of http://home.wlu.edu/~levys/software/kd/
<dependency>
<groupId>com.harium.storage</groupId>
<artifactId>kdtree</artifactId>
<version>1.0.0</version>
</dependency>