Scala
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
poi4s-gpx
poi4s-kml
poi4s
project
.gitignore
.scalafmt.conf
.travis.yml
LICENSE
README.md
build.sbt
codecov.yml
root-scaladoc.txt
scalastyle-config.xml

README.md

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
)