A248 / ArimAPI

A very helpful library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArimAPI

A very helpful library.

Dependency

Choose one of the artifacts, e.g. arimapi-chat: space.arim.api:arimapi-chat.

The repository URL is https://mvn-repo.arim.space/gpl3/.

Maven

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>

License

This project is licensed under the GNU GPL v3. Please see the license file for more information.

About

A very helpful library

License:GNU General Public License v3.0


Languages

Language:Java 100.0%