Getting Lanat
The Lanat package is available on Maven Central.
Add the dependency to the dependencies
block:
dependencies {
implementation("io.github.darvil82:lanat:1.3.0")
}
<dependencies>
<dependency>
<groupId>io.github.darvil82</groupId>
<artifactId>lanat</artifactId>
<version>1.3.0</version>
</dependency>
</dependencies>
And that's it! You can now start using Lanat in your project.
Last modified: 07 October 2025