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

9 lines
134 B
Markdown

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