Skip to content

jeo/jeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).