Go to file
Christian Koop e65dcc67cb
Merge branch 'development'
2021-07-08 17:50:27 +02:00
.github Change dependency `com.github.Zrips.Jobs` version from LATEST to v4.17.2 2021-07-08 17:50:13 +02:00
Compatibility Version 2.5.8 2021-07-08 17:50:13 +02:00
Core Version 2.5.8 2021-07-08 17:50:13 +02:00
NMS Version 2.5.8 2021-07-08 17:50:13 +02:00
.editorconfig EditorConfig 2021-07-08 15:37:37 +02:00
.gitignore Update pom.xml files and project structure 2021-07-08 15:37:37 +02:00
LICENSE Update pom.xml files and project structure 2021-07-08 15:37:37 +02:00
README.md Dependabot, FUNDING, README 2021-07-08 15:37:37 +02:00
pom.xml Version 2.5.8 2021-07-08 17:50:13 +02:00

README.md

SongodaCore

An elaborate multi functional general Spigot plugin compatibility core and general use API.

Discord Patreon
Build Latest version Quality Gate Status GitHub last commit

Maven

Repository

<repository>
    <id>songoda-public</id>
    <url>https://repo.songoda.com/repository/public/</url>
</repository>

Artifact

<dependency>
  <groupId>com.songoda</groupId>
  <artifactId>SongodaCore</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

Repository

repositories {
    maven {
        url 'https://repo.songoda.com/repository/public/'
    }
}

Artifact

dependencies {
    compileOnly 'com.songoda:SongodaCore:VERSION'
}