Go to file
Brianna 4d51cf9b8a Merge branch 'development' 2021-02-19 12:45:13 -06:00
.github/workflows Create maven.yml 2021-01-19 12:24:57 -06:00
Core version 2.4.45 2021-02-19 12:45:04 -06:00
NMS version 2.4.45 2021-02-19 12:45:04 -06:00
.gitignore Updated git ignore. 2020-06-25 00:10:35 -05:00
LICENSE.md Initial commit 2019-04-25 18:09:38 -04:00
README.md version 2.4.45 2021-02-19 12:45:04 -06:00
assembly.xml copy nms into main jar 2019-09-12 15:41:51 -05:00
pom.xml version 2.4.45 2021-02-19 12:45:04 -06:00

README.md

SongodaCore GitHub Workflow Status (branch) GitHub Workflow Status (branch)

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.45</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.45'
}