<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-examples</artifactId> <version>3.38.1-rc1</version> </dependency>
implementation 'org.jdbi:jdbi3-examples:3.38.1-rc1'
implementation("org.jdbi:jdbi3-examples:3.38.1-rc1")
libraryDependencies += "org.jdbi" % "jdbi3-examples" % "3.38.1-rc1"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-examples', version='3.38.1-rc1') )
<dependency org="org.jdbi" name="jdbi3-examples" rev="3.38.1-rc1" />
[org.jdbi/jdbi3-examples "3.38.1-rc1"]
'org.jdbi:jdbi3-examples:jar:3.38.1-rc1'
<parent> <groupId>org.jdbi</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.38.1-rc1</version> </parent>
compile
|-- org.jdbi:jdbi3-core
|-- org.jdbi:jdbi3-sqlobject
|-- org.jdbi:jdbi3-postgres
|-- com.google.guava:guava
|-- de.softwareforge.testing:pg-embedded
runtime
|-- org.slf4j:slf4j-simple
|-- org.postgresql:postgresql