“Chemdah 开发者文档:开始”的版本间的差异
来自Purtmars Wikipedia —— 普特莫斯维基
(→开始) |
|||
第5行: | 第5行: | ||
maven { url = 'http://repo.ptms.ink/repository/maven-releases/' } | maven { url = 'http://repo.ptms.ink/repository/maven-releases/' } | ||
} | } | ||
− | |||
− | |||
dependencies { | dependencies { | ||
implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1' | implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1' | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
2021年4月26日 (一) 22:54的版本
开始
在你的项目中引入 Chemdah 依赖文件,但需要注意的是 Chemdah 完全由 Kotlin 编写,使用其他语言无法进行二次开发。
1 repositories {
2 maven { url = 'http://repo.ptms.ink/repository/maven-releases/' }
3 }
4
5 dependencies {
6 implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1'
7 }