Point Location 6709

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

Лицензия

Лицензия

Группа

Группа

us.fatehi
Идентификатор

Идентификатор

pointlocation6709
Последняя версия

Последняя версия

4.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Point Location 6709
Point Location 6709 is a Java library for parsing and formatting geographic point locations in ISO 6709 format.
Ссылка на сайт

Ссылка на сайт

https://github.com/sualeh/pointlocation6709
Организация-разработчик

Организация-разработчик

Sualeh Fatehi
Система контроля версий

Система контроля версий

https://github.com/sualeh/pointlocation6709

Скачать pointlocation6709

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.2.1

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.hamcrest : hamcrest jar 2.2

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
4.2.1
4.1
4.0