GroupId | GroupIdch.ethz.globis.phtree |
---|---|
ArtifactId | ArtifactIdphtree |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
phtree-0.3.4.pom | |
phtree-0.3.4.jar | 338 KB |
phtree-0.3.4-tests.jar | 162 KB |
phtree-0.3.4-sources.jar | 223 KB |
phtree-0.3.4-javadoc.jar | 821 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/ -->
<dependency>
<groupId>ch.ethz.globis.phtree</groupId>
<artifactId>phtree</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/
implementation 'ch.ethz.globis.phtree:phtree:0.3.4'
// https://jarcasting.com/artifacts/ch.ethz.globis.phtree/phtree/
implementation ("ch.ethz.globis.phtree:phtree:0.3.4")
'ch.ethz.globis.phtree:phtree:jar:0.3.4'
<dependency org="ch.ethz.globis.phtree" name="phtree" rev="0.3.4">
<artifact name="phtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.ethz.globis.phtree', module='phtree', version='0.3.4')
)
libraryDependencies += "ch.ethz.globis.phtree" % "phtree" % "0.3.4"
[ch.ethz.globis.phtree/phtree "0.3.4"]