Go to file
2022-01-02 22:44:58 +01:00
.github GitHub Actions: Run static code analysis with Java 17 2021-12-02 16:33:24 +01:00
Compatibility Version 2.6.10 2021-12-22 18:07:14 -03:00
Core Properly relocate shaded dependency 2022-01-02 22:44:06 +01:00
NMS Version 2.6.10 2021-12-22 18:07:14 -03:00
.editorconfig Update EditorConfig [DEV-2] 2021-10-30 14:10:22 +02:00
.gitignore Add dependencies for unit tests 2021-10-30 14:53:23 +02:00
LICENSE Update pom.xml files and project structure 2021-07-08 15:37:37 +02:00
pom.xml Updates dependency org.jetbrains:annotations to v23.0.0 2022-01-02 22:44:58 +01:00
README.md Dependabot, FUNDING, README 2021-07-08 15:37:37 +02:00

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'
}