# SongodaCore
**An elaborate multi functional general Spigot plugin compatibility core and general use API.**
[](https://discord.gg/songoda)
[](https://www.patreon.com/join/songoda)
[](https://github.com/songoda/SongodaCore/actions/workflows/maven.yml)
[](https://repo.songoda.com/#browse/browse:public:com%2Fsongoda%2FSongodaCore)
[](https://sonarcloud.io/dashboard?id=songoda_SongodaCore)
[](https://github.com/songoda/SongodaCore/commits)
## Maven
**Repository**
```xml
songoda-public
https://repo.songoda.com/repository/public/
```
**Artifact**
```xml
com.songoda
SongodaCore
VERSION
```
## Gradle
**Repository**
```groovy
repositories {
maven {
url 'https://repo.songoda.com/repository/public/'
}
}
```
**Artifact**
```groovy
dependencies {
compileOnly 'com.songoda:SongodaCore:VERSION'
}
```