Installation

How to setup the Fluid API to work in your project.

Setting up a project

At the moment, the simplest way to integrate Fluid into your project is by adding the Maven dependency:

pom.xml
<repository>
	<id>jitpack.io</id>
	<url>https://jitpack.io</url>
</repository>

<dependency>
	<groupId>com.github.DefineDoddy</groupId>
	<artifactId>fluid-api</artifactId>
	<version>VERSION</version>
</dependency>

Last updated

Was this helpful?