Installation
Irurueta Statistics is published as a Maven artifact with group id com.irurueta and artifact id irurueta-statistics.
The project itself is built as a Java 17 Maven JAR.
Maven
<dependency>
<groupId>com.irurueta</groupId>
<artifactId>irurueta-statistics</artifactId>
<version>1.4.0</version>
</dependency>
If you are consuming a snapshot build from this checkout, use the repository version shown in pom.xml, for example 1.5.0-SNAPSHOT.