This project is currently not maintained. Pull Requests are welcome though.
Building jeo requires the following:
- Java JDK 1.7+
- Apache Maven 3.1+
Once build pre-requisites are satisfied build with:
mvn install
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
).