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