mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
dependencies {
|
|
api("org.postgresql:postgresql:42.3.1")
|
|
api("org.jetbrains.exposed:exposed-jdbc:0.36.2")
|
|
api("org.jetbrains.exposed:exposed-java-time:0.36.2")
|
|
api("com.zaxxer:HikariCP:5.0.0")
|
|
compileOnly(project(":foundation-core"))
|
|
}
|