Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 816 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 816 Bytes

jeo - lightweight geo library for the jvm

This project is currently not maintained. Pull Requests are welcome though.

Building

Building jeo requires the following:

Once build pre-requisites are satisfied build with:

mvn install

Adding jeo to your application

Add the jitpack repository:

  allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
  }

Afterwards, you can add dependencies for the complete library including all submodules (com.github.jeo:jeo:$version) or or single submodules (com.github.jeo.jeo:$submodule:$version).