| License |
License |
|---|---|
| GroupId | GroupIdch.ethz.globis.phtree |
| ArtifactId | ArtifactIdphtree |
| Last Version | Last Version2.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPH-Tree
The PH-Tree is a multi-dimensional index
|
| Project Organization |
Project OrganizationETH Zurich |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| phtree-2.5.0.pom | |
| phtree-2.5.0.jar | 660 KB |
| phtree-2.5.0-tests.jar | 216 KB |
| phtree-2.5.0-sources.jar | 445 KB |
| phtree-2.5.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/ -->
<dependency>
<groupId>ch.ethz.globis.phtree</groupId>
<artifactId>phtree</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/
implementation 'ch.ethz.globis.phtree:phtree:2.5.0'
// https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/
implementation ("ch.ethz.globis.phtree:phtree:2.5.0")
'ch.ethz.globis.phtree:phtree:jar:2.5.0'
<dependency org="ch.ethz.globis.phtree" name="phtree" rev="2.5.0">
<artifact name="phtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.ethz.globis.phtree', module='phtree', version='2.5.0')
)
libraryDependencies += "ch.ethz.globis.phtree" % "phtree" % "2.5.0"
[ch.ethz.globis.phtree/phtree "2.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |