Skip to content
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!

Clone this wiki locally