NyaaCat / NyaaCore

Code infrastructure for all NyaaCat plugins
MIT License
22 stars 12 forks source link

NyaaCore

Common library used for all NyaaCat plugin.
Provides infrastructures to simplify plugin development.

Build Status

Component List

Use as dependency in Gradle

repositories {
    maven {
        name 'NyaaCat'
        url 'https://ci.nyaacat.com/maven/'
    }
    maven { 
        name 'aikar';     
        url 'https://repo.aikar.co/content/groups/aikar/' 
    }
}

dependencies {
    compile('cat.nyaa:nyaacore:9.0-SNAPSHOT')
}

Dependencies

Version History

Older versions can be found in Github Release Page