Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 349 Bytes

BrigadierX

使用帮助 / How to Use

导入项目 / Import Repository

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.taskeren:brigadierX:Tag'
}

Others

jitpack