g

geolib

this project provides a minimal 2D geometry library. It is integer-based because it is intended for applications that work on a rastered geometry (like bitmaps).
https://github.com/martinFrank/geometry-library
GNU GENERAL PUBLIC LICENSE
Martin Frank
Martin Frank
Files download
File Operation
geolib-0.1.0.jar download
geolib-0.1.0.pom download
geolib-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.martinfrank</groupId>
  <artifactId>geolib</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.martinfrank:geolib:0.1.0'
Gradle Kotlin
implementation("com.github.martinfrank:geolib:0.1.0")
Scala SBT
libraryDependencies += "com.github.martinfrank" % "geolib" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.martinfrank', module='geolib', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.martinfrank" name="geolib" rev="0.1.0" />
Leiningen
[com.github.martinfrank/geolib "0.1.0"]
Apache Buildr
'com.github.martinfrank:geolib:jar:0.1.0'
Dependencies