Installation

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

irurueta-ar is published to Maven Central as a standard Maven dependency.

Maven

Latest release:

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

Latest snapshot:

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

Building from source

The library can also be built locally with Maven:

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

This requires Java 21 or later, as configured by the project’s CI pipeline.