License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.ryanp102694 |
ArtifactId | ArtifactIdjava-simple-quadtree |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava Simple Quadtree
A simple quadtree written in java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]