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
文件下载
文件名 操作
geolib-0.1.0.jar 下载
geolib-0.1.0.pom 下载
geolib-0.1.0-sources.jar 下载
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'
本项目依赖