Installation

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

irurueta-navigation is published to Maven Central. Add the dependency to your project using Maven.

Latest release

<dependency>
    <groupId>com.irurueta</groupId>
    <artifactId>irurueta-navigation</artifactId>
    <version>1.8.1</version>
    <scope>compile</scope>
</dependency>

Latest snapshot

<dependency>
    <groupId>com.irurueta</groupId>
    <artifactId>irurueta-navigation</artifactId>
    <version>1.9.0-SNAPSHOT</version>
    <scope>compile</scope>
</dependency>

Snapshot artifacts are published from the develop branch to the Sonatype snapshots repository. Make sure your project’s repositories include the Sonatype snapshots repository if you want to consume a snapshot version.

Requirements

  • Java 21 or later.