Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.08 KB

poi4s - Scala library for parsing and converting GPS files

Build Status Test Coverage Maven Central - Scala 2.11 Maven Central - Scala 2.12

This is currently very much a work in progress.

More information can found in the documentation.

SBT Configuration

val poi4sVersion = "0.0.1"

libraryDependencies ++= Seq(
  "software.purpledragon" %% "poi4s"      % poi4sVersion,
  "software.purpledragon" %% "poi4s-gpx"  % poi4sVersion,
  "software.purpledragon" %% "poi4s-kml"  % poi4sVersion
)