Use the API!
Importing the API
<repository>
<id>synkdev-repo-releases</id>
<name>SynkDev Repository</name>
<url>https://maven.synkdev.cc/releases</url>
</repository>
<dependency>
<groupId>cc.synkdev</groupId>
<artifactId>ChatWatchdogAPI</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>maven {
url "https://maven.synkdev.cc/releases"
}
implementation "cc.synkdev:ChatWatchdogAPI:1.0"Usage examples
Last updated