Skip to content

pieterclaerhout/kotlin-yellowduck-gpx

Repository files navigation

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