GroupId | GroupIdch.ethz.globis.phtree |
---|---|
ArtifactId | ArtifactIdphtree |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
phtree-2.2.0.pom | |
phtree-2.2.0.jar | 655 KB |
phtree-2.2.0-tests.jar | 201 KB |
phtree-2.2.0-sources.jar | 443 KB |
phtree-2.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/
implementation 'ch.ethz.globis.phtree:phtree:2.2.0'
// https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/
implementation ("ch.ethz.globis.phtree:phtree:2.2.0")
'ch.ethz.globis.phtree:phtree:jar:2.2.0'
<dependency org="ch.ethz.globis.phtree" name="phtree" rev="2.2.0">
<artifact name="phtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.ethz.globis.phtree', module='phtree', version='2.2.0')
)
libraryDependencies += "ch.ethz.globis.phtree" % "phtree" % "2.2.0"
[ch.ethz.globis.phtree/phtree "2.2.0"]