|
dependencies {
|
|
api(project(":libraries:textprocessing"))
|
|
api(project(":libraries:fileprocessing"))
|
|
implementation("com.github.ajalt.mordant:mordant:2.2.0")
|
|
implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.2")
|
|
implementation("com.google.guava:guava:32.1.3-jre")
|
|
}
|