Installation

This documentation was generated with the assistance of AI. Please report any inaccuracies.

irurueta-geometry-io is published to Maven Central. Add it as a Maven dependency.

Latest release

<dependency>
    <groupId>com.irurueta</groupId>
    <artifactId>irurueta-geometry-io</artifactId>
    <version>1.6.0</version>
    <scope>compile</scope>
</dependency>

Latest snapshot

<dependency>
    <groupId>com.irurueta</groupId>
    <artifactId>irurueta-geometry-io</artifactId>
    <version>1.7.0-SNAPSHOT</version>
    <scope>compile</scope>
</dependency>

Snapshot builds are deployed to the Sonatype snapshots repository; make sure your project’s repositories are configured to resolve from it if you depend on a -SNAPSHOT version.

Requirements

  • Java 21 or later (the project is compiled with maven.compiler.source/target set to 21).

Building from source

git clone git@github.com:albertoirurueta/irurueta-geometry-io.git
cd irurueta-geometry-io
mvn clean install