The maven parent for the Together Java discord bots.
In your own pom, add the jitpack repository
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
And then add this repository as the parent:
<parent>
<groupId>com.github.Together-Java</groupId>
<artifactId>DiscordBotParent</artifactId>
<version>-SNAPSHOT</version> <!-- You can also use another version -->
</parent>
You can find all versions on jitpack.
This project uses the google java styleguide. You can find a formatter profile for your IDE here.