| License |
License |
|---|---|
| GroupId | GroupIdio.metaloom.quadtree |
| ArtifactId | ArtifactIdquadtree |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionquadtree
A very basic quad tree implementation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| quadtree-0.1.0.pom | |
| quadtree-0.1.0.jar | 23 KB |
| quadtree-0.1.0-sources.jar | 15 KB |
| quadtree-0.1.0-javadoc.jar | 540 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.metaloom.quadtree/quadtree/ -->
<dependency>
<groupId>io.metaloom.quadtree</groupId>
<artifactId>quadtree</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.metaloom.quadtree/quadtree/
implementation 'io.metaloom.quadtree:quadtree:0.1.0'
// https://jarcasting.com/artifacts/io.metaloom.quadtree/quadtree/
implementation ("io.metaloom.quadtree:quadtree:0.1.0")
'io.metaloom.quadtree:quadtree:jar:0.1.0'
<dependency org="io.metaloom.quadtree" name="quadtree" rev="0.1.0">
<artifact name="quadtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.metaloom.quadtree', module='quadtree', version='0.1.0')
)
libraryDependencies += "io.metaloom.quadtree" % "quadtree" % "0.1.0"
[io.metaloom.quadtree/quadtree "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |