<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-testing</artifactId> <version>3.18.0</version> </dependency>
implementation 'org.jdbi:jdbi3-testing:3.18.0'
implementation("org.jdbi:jdbi3-testing:3.18.0")
libraryDependencies += "org.jdbi" % "jdbi3-testing" % "3.18.0"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-testing', version='3.18.0') )
<dependency org="org.jdbi" name="jdbi3-testing" rev="3.18.0" />
[org.jdbi/jdbi3-testing "3.18.0"]
'org.jdbi:jdbi3-testing:jar:3.18.0'
<parent> <groupId>org.jdbi</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.18.0</version> </parent>
compile
|-- org.jdbi:jdbi3-core
|-- junit:junit
|-- com.opentable.components:otj-pg-embedded
|-- org.postgresql:postgresql
|-- com.h2database:h2
|-- org.xerial:sqlite-jdbc
|-- org.flywaydb:flyway-core:6.1.1