Implement v0.1.0

This commit is contained in:
2022-06-14 11:46:35 +08:00
parent 1f6f12d84b
commit 8838330f0b
8 changed files with 103 additions and 137 deletions

View File

@@ -6,10 +6,14 @@ plugins {
id("net.mamoe.mirai-console") version "2.11.1"
}
group = "org.example"
group = "top.jie65535"
version = "0.1.0"
repositories {
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库
mavenCentral()
}
dependencies {
implementation("net.objecthunter:exp4j:0.4.8")
}