-
-
Notifications
You must be signed in to change notification settings - Fork 2
API
JustDoom edited this page May 18, 2021
·
10 revisions
To start using the API please follow this guide
Maven:
First add jitpack to your pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Then add the dependency
<dependency>
<groupId>com.github.justdoom</groupId>
<artifactId>flappyac</artifactId>
<version>Tag</version>
</dependency>
And your done!