Installation

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

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

Maven

Latest release:

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

Latest snapshot:

<dependency>
    <groupId>com.irurueta</groupId>
    <artifactId>irurueta-navigation-indoor</artifactId>
    <version>1.7.0-SNAPSHOT</version>
    <scope>compile</scope>
</dependency>
Snapshot versions are published to the Sonatype OSS snapshots repository. Add https://s01.oss.sonatype.org/content/repositories/snapshots/ as a repository to your build in order to resolve them.

Gradle

Latest release:

implementation 'com.irurueta:irurueta-navigation-indoor:1.6.0'

Latest snapshot:

implementation 'com.irurueta:irurueta-navigation-indoor:1.7.0-SNAPSHOT'

Requirements

The library targets Java 21 or newer (see the maven.compiler.source/maven.compiler.target properties in pom.xml).

Building from source

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