Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 3.72 KB

README.md

File metadata and controls

48 lines (42 loc) · 3.72 KB

Coordinates

DOI Maven Central

Coordinates is a Java library designed to handle coordinate systems (including curvilinear, non-orthogonal ones).

Some of the supported features include:

Installation

The artifact can be found at maven central:

<dependency>
    <groupId>eu.hoefel</groupId>
    <artifactId>coordinates</artifactId>
    <version>1.1.5</version>
</dependency>

Requirements

Coordinates is designed to work with Java 17+.