-
Notifications
You must be signed in to change notification settings - Fork 0
获取包
A.C.Sukazyo Eyre edited this page Nov 12, 2021
·
5 revisions
你可以直接从 Release 中下载包,然后使用你的工具所说明的方式来导入。
通过 Workshop MVN Center 导入
build.gradle
repositories {
maven { name '-ws'; url 'https://mvn.sukazyo.cc' }
}
dependencies {
implementation "cc.sukazyo:resource-tools:${resourceToolsLatest}"
}
通过 Jitpack 导入
曾经 workshop 没有自建仓库时的导入包方案
导入方法在 Jitpack 已有介绍。