pieterclaerhout / kotlin-yellowduck-gpx

A GPX library written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A GPX library written in Kotlin

License:MIT License


Languages

Language:Kotlin 100.0%