Installation

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

irurueta-numerical is published to Maven Central. Add it as a dependency using the coordinates below.

Latest release

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

Latest snapshot

Snapshot builds are published from the develop branch and may change at any time.

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

Requirements

  • Java 17 or later.