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