Point Location 6709

Point Location 6709 is a Java library for parsing and formatting geographic point locations in ISO 6709 format.

License

License

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

pointlocation6709
Last Version

Last Version

4.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Point Location 6709
Point Location 6709 is a Java library for parsing and formatting geographic point locations in ISO 6709 format.
Project URL

Project URL

https://github.com/sualeh/pointlocation6709
Project Organization

Project Organization

Sualeh Fatehi
Source Code Management

Source Code Management

https://github.com/sualeh/pointlocation6709

Download pointlocation6709

How to add to project

<!-- https://jarcasting.com/artifacts/us.fatehi/pointlocation6709/ -->
<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>pointlocation6709</artifactId>
    <version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/us.fatehi/pointlocation6709/
implementation 'us.fatehi:pointlocation6709:4.2.1'
// https://jarcasting.com/artifacts/us.fatehi/pointlocation6709/
implementation ("us.fatehi:pointlocation6709:4.2.1")
'us.fatehi:pointlocation6709:jar:4.2.1'
<dependency org="us.fatehi" name="pointlocation6709" rev="4.2.1">
  <artifact name="pointlocation6709" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.fatehi', module='pointlocation6709', version='4.2.1')
)
libraryDependencies += "us.fatehi" % "pointlocation6709" % "4.2.1"
[us.fatehi/pointlocation6709 "4.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.2.1

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Point Location 6709

Quick Build Maven Central

Point Location 6709 is a Java representation of ISO 6709 geographic point location by coordinates.

All classes are immutable and thread-safe. The code includes a parser that can parse all valid ISO 6709 representations. A formatter formats point locations to ISO 6709 "human interface" representations as well as "string expressions". Validity is enforced by JUnit tests. Java 8 or newer is required.

(See sualeh/pointlocation6709-ts for a Typescript library for Point Location 6709.)

Download

You can download the jar on the Maven Central Repository.

Maven Build

To use Point Location 6709 in your Maven build, include the following dependency. No repositories references are needed, since the jars are in the Maven Central Repository.

<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>pointlocation6709</artifactId>
    <version>4.2.1</version>
</dependency>

Versions

Version
4.2.1
4.1
4.0