g

gpsformats4j

GPS format conversions in Java.
GNU General Public License 3
Peter Reutemann
Files download
File Operation
gpsformats4j-0.0.5.jar download
gpsformats4j-0.0.5.pom download
gpsformats4j-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>gpsformats4j</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.fracpete:gpsformats4j:0.0.5'
Gradle Kotlin
implementation("com.github.fracpete:gpsformats4j:0.0.5")
Scala SBT
libraryDependencies += "com.github.fracpete" % "gpsformats4j" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fracpete', module='gpsformats4j', version='0.0.5')
)
Apache Ivy
<dependency org="com.github.fracpete" name="gpsformats4j" rev="0.0.5" />
Leiningen
[com.github.fracpete/gpsformats4j "0.0.5"]
Apache Buildr
'com.github.fracpete:gpsformats4j:jar:0.0.5'