<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-postgres</artifactId> <version>3.39.0</version> </dependency>
implementation 'org.jdbi:jdbi3-postgres:3.39.0'
implementation("org.jdbi:jdbi3-postgres:3.39.0")
libraryDependencies += "org.jdbi" % "jdbi3-postgres" % "3.39.0"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-postgres', version='3.39.0') )
<dependency org="org.jdbi" name="jdbi3-postgres" rev="3.39.0" />
[org.jdbi/jdbi3-postgres "3.39.0"]
'org.jdbi:jdbi3-postgres:jar:3.39.0'
<parent> <groupId>org.jdbi.internal</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.39.0</version> </parent>
compile
|-- org.jdbi:jdbi3-core
|-- org.jdbi:jdbi3-sqlobject
|-- org.jdbi:jdbi3-json
|-- com.google.code.findbugs:jsr305
|-- com.github.spotbugs:spotbugs-annotations
provided
|-- org.postgresql:postgresql
test
|-- org.immutables:value
|-- org.jdbi:jdbi3-testing
|-- de.softwareforge.testing:pg-embedded
|-- com.google.guava:guava
|-- org.apache.commons:commons-lang3