Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 797 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 797 Bytes

DiscordBotParent

The maven parent for the Together Java discord bots.

Usage

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.

Code style

This project uses the google java styleguide. You can find a formatter profile for your IDE here.