No description
This repository has been archived on 2026-04-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Java 96.8%
  • Groovy 3.2%
Find a file
Tobias Burdow [Kaleidox] 74453d7dcd Update publishing.gradle
2021-02-15 13:29:04 +01:00
.github/workflows Update gradle.yml 2020-05-08 12:55:51 +02:00
docs uf 2020-08-24 15:21:26 +02:00
gradle Update publishing.gradle 2021-02-15 13:29:04 +01:00
src code cleanup 2020-10-10 17:18:28 +02:00
.gitattributes Initial commit 2019-03-30 08:42:57 +01:00
.gitignore Update .gitignore 2020-01-29 14:47:41 +01:00
.jitpack.yml Create .jitpack.yml 2020-06-08 18:51:35 +02:00
build.gradle Update build.gradle 2020-07-10 23:23:45 +02:00
gradle.properties use gpg v2 2019-11-26 18:19:29 +01:00
gradlew MOD Update 2019-03-30 08:54:55 +01:00
gradlew.bat Initial commit 2019-03-30 08:42:57 +01:00
LICENSE Initial commit 2019-03-30 08:42:57 +01:00
pom.xml POM 2020-09-29 16:48:09 +02:00
README.md Refactor to org.comroid 2020-01-06 11:42:18 +01:00
settings.gradle Initial commit 2019-03-30 08:42:57 +01:00

Javacord Utilities Build Status Maven Central Release Development Release

Please note that this is a third party project and not officially created by the Javacord team.

Helpful classes and structures for Javacord

Importing

Maven

<dependency>
  <groupId>org.comroid</groupId>
  <artifactId>javacord-utilities</artifactId>
  <version>1.0.2rev1</version>
</dependency>

Gradle

dependencies {
    implementation 'org.comroid:javacord-utilities:1.0.2rev1'
}

Usage

Be sure to check out the Wiki for usage information!