“Chemdah 开发者文档:开始”的版本间的差异
来自Purtmars Wikipedia —— 普特莫斯维基
(建立内容为“ <span style="color: red">⚠️ 注意!Chemdah 基于 Kotlin 语言编写,不建议使用其他语进行语言进行二次开发。</span> <syntaxhighlight…”的新页面) |
|||
第8行: | 第8行: | ||
<syntaxhighlight lang="groovy" line="line"> | <syntaxhighlight lang="groovy" line="line"> | ||
− | + | dependencies { | |
− | + | implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1' | |
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
2021年4月26日 (一) 22:47的版本
⚠️ 注意!Chemdah 基于 Kotlin 语言编写,不建议使用其他语进行语言进行二次开发。
1 repositories {
2 maven { url = 'http://repo.ptms.ink/repository/maven-releases/' }
3 }
1 dependencies {
2 implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1'
3 }