Java Simple Quadtree

A simple quadtree written in java

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.ryanp102694
ArtifactId

ArtifactId

java-simple-quadtree
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

Java Simple Quadtree
A simple quadtree written in java
Project URL

Project URL

https://github.com/ryanp102694/java-simple-quadtree
Project Organization

Project Organization

com.github.ryanp102694
Source Code Management

Source Code Management

https://github.com/ryanp102694/java-simple-quadtree

Download java-simple-quadtree

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ryanp102694/java-simple-quadtree/ -->
<dependency>
    <groupId>com.github.ryanp102694</groupId>
    <artifactId>java-simple-quadtree</artifactId>
    <version>1.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanp102694/java-simple-quadtree/
implementation 'com.github.ryanp102694:java-simple-quadtree:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.ryanp102694/java-simple-quadtree/
implementation ("com.github.ryanp102694:java-simple-quadtree:1.0-RELEASE")
'com.github.ryanp102694:java-simple-quadtree:pom:1.0-RELEASE'
<dependency org="com.github.ryanp102694" name="java-simple-quadtree" rev="1.0-RELEASE">
  <artifact name="java-simple-quadtree" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanp102694', module='java-simple-quadtree', version='1.0-RELEASE')
)
libraryDependencies += "com.github.ryanp102694" % "java-simple-quadtree" % "1.0-RELEASE"
[com.github.ryanp102694/java-simple-quadtree "1.0-RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-RELEASE
1.0