Files
postgres-json/docs/installation.md
2021-07-11 19:07:29 +02:00

134 B

Installation

Gradle

// build.gradle.kts
dependencies {
    implementation("com.github.flecomte:postgres-json:+")
}