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