Building the project
Building JAR
Clone the Location Tools repository and build fat jar from source
git clone https://github.com/NFPA/LocationTools.git
mvn clean install
You should now have location-tools-1.0-SNAPSHOT.jar
in target
directory.