mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
.github/workflows | ||
Core | ||
NMS | ||
.gitignore | ||
assembly.xml | ||
LICENSE.md | ||
pom.xml | ||
README.md |
SongodaCore
An elaborate multi functional general Spigot plugin compatibility core and general use API.
Maven Information
- Repository
<repository>
<id>Songoda</id>
<url>https://repo.songoda.com/repository/public/</url>
</repository>
- Artifact Information:
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.4.43</version>
<scope>provided</scope>
</dependency>
Gradle Information
- Repository:
repositories {
maven {
url 'https://repo.songoda.com/repository/public/'
}
}
- Artifact:
dependencies {
compileOnly 'com.songoda:SongodaCore:2.4.43'
}