Skip to content

luisc99/SongodaCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%