Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.02 KB

GPX

Release Documentation License

A Kotlin library which can parse and generate GPX files.

How to add

First, add the JitPack repository:

repositories { 
    mavenCentral()
    maven {
        url = uri("https://jitpack.io") 
    }
}

Then add the library as a dependency:

dependencies {
	implementation("com.github.pieterclaerhout:kotlin-yellowduck-gpx:1.0.2")
}

JitPack URL:

https://jitpack.io/#pieterclaerhout/kotlin-yellowduck-gpx

Testing the documentation

./gradlew clean -Pgroup=com.github.pieterclaerhout -Pversion=v1.0.4 -xtest build publishToMavenLocal