License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.danilopianini |
ArtifactId | ArtifactIdjava-quadtree |
Last Version | Last Version0.1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava QuadTree
Java spatial indexing tools
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-quadtree-0.1.9.pom | |
java-quadtree-0.1.9.jar | 11 KB |
java-quadtree-0.1.9-sources.jar | 5 KB |
java-quadtree-0.1.9-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.danilopianini/java-quadtree/ -->
<dependency>
<groupId>org.danilopianini</groupId>
<artifactId>java-quadtree</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.danilopianini/java-quadtree/
implementation 'org.danilopianini:java-quadtree:0.1.9'
// https://jarcasting.com/artifacts/org.danilopianini/java-quadtree/
implementation ("org.danilopianini:java-quadtree:0.1.9")
'org.danilopianini:java-quadtree:jar:0.1.9'
<dependency org="org.danilopianini" name="java-quadtree" rev="0.1.9">
<artifact name="java-quadtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.danilopianini', module='java-quadtree', version='0.1.9')
)
libraryDependencies += "org.danilopianini" % "java-quadtree" % "0.1.9"
[org.danilopianini/java-quadtree "0.1.9"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.1-jre |