New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 3cf4e0f600 - Show all commits

View File

@ -32,6 +32,8 @@ dependencies {
implementation(libs.ikonli.javafx)
implementation(libs.apache.commons.csv)
testImplementation(libs.kotest.core)
testImplementation(libs.kotest.assertions)
}

View File

@ -18,6 +18,8 @@ segment = "0.3.1"
ikonli-javafx = "12.3.1"
commons-csv = "1.12.0"
[libraries]
chinese-transliteration = { module = "com.marvinelsen:chinese-transliteration", version.ref = "chinese-transliteration" }
cedict-parser = { module = "com.marvinelsen:cedict-parser", version.ref = "cedict-parser" }
@ -36,6 +38,8 @@ segment = { module = "com.github.houbb:segment", version.ref = "segment" }
ikonli-javafx = { module = "org.kordamp.ikonli:ikonli-javafx", version.ref = "ikonli-javafx" }
apache-commons-csv = { module = "org.apache.commons:commons-csv", version.ref = "commons-csv" }
# Detekt
# See: https://detekt.dev
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }