License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.martinfrank |
ArtifactId | ArtifactIdgeolib |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptiongeolib
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).
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMartin Frank |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geolib-0.1.0.pom | |
geolib-0.1.0.jar | 8 KB |
geolib-0.1.0-sources.jar | 6 KB |
geolib-0.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinfrank/geolib/ -->
<dependency>
<groupId>com.github.martinfrank</groupId>
<artifactId>geolib</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/geolib/
implementation 'com.github.martinfrank:geolib:0.1.0'
// https://jarcasting.com/artifacts/com.github.martinfrank/geolib/
implementation ("com.github.martinfrank:geolib:0.1.0")
'com.github.martinfrank:geolib:jar:0.1.0'
<dependency org="com.github.martinfrank" name="geolib" rev="0.1.0">
<artifact name="geolib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='geolib', version='0.1.0')
)
libraryDependencies += "com.github.martinfrank" % "geolib" % "0.1.0"
[com.github.martinfrank/geolib "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |