j

jdbi3-postgres

Support for additional PostgreSQL features and data types.
Files download
File Operation
jdbi3-postgres-3.41.2.jar download
jdbi3-postgres-3.41.2.pom download
jdbi3-postgres-3.41.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-postgres</artifactId>
  <version>3.41.2</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-postgres:3.41.2'
Gradle Kotlin
implementation("org.jdbi:jdbi3-postgres:3.41.2")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-postgres" % "3.41.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-postgres', version='3.41.2')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-postgres" rev="3.41.2" />
Leiningen
[org.jdbi/jdbi3-postgres "3.41.2"]
Apache Buildr
'org.jdbi:jdbi3-postgres:jar:3.41.2'