A very helpful library.
Choose one of the artifacts, e.g. arimapi-chat: space.arim.api:arimapi-chat
.
The repository URL is https://mvn-repo.arim.space/gpl3/
.
With maven, this would be applied as follows.
Dependency:
<dependency>
<groupId>space.arim.api</groupId>
<artifactId>arimapi-chat</artifactId>
<version>{INSERT_LATEST_VERSION}</version>
</dependency>
Repository:
<repository>
<id>arim-mvn-gpl3</id>
<url>https://mvn-repo.arim.space/gpl3/</url>
</repository>
This project is licensed under the GNU GPL v3. Please see the license file for more information.