1 Star 1 Fork 5

rainlodo/blhx-wiki-mirai-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle.kts 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
rainlodo 提交于 2024-03-02 17:16 . 更新版本号和依赖
plugins {
val kotlinVersion = "1.9.22"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.13.4"
}
group = "org.iris.wiki"
version = "0.4.3"
repositories {
mavenLocal()
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库
maven("https://maven.aliyun.com/repository/google")
maven("https://maven.aliyun.com/repository/jcenter")
mavenCentral()
}
dependencies {
implementation(kotlin("stdlib"))
implementation("org.jsoup:jsoup:1.17.2")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.google.code.gson:gson:2.9.1")
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/rainlodo/blhx-wiki-mirai-plugin.git
git@gitee.com:rainlodo/blhx-wiki-mirai-plugin.git
rainlodo
blhx-wiki-mirai-plugin
blhx-wiki-mirai-plugin
master

搜索帮助