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

The maven parent for the Together Java discord bots

Notifications You must be signed in to change notification settings

Together-Java/DiscordBotParent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

The maven parent for the Together Java discord bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published