g

gpsformats4j

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