<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-stringtemplate4</artifactId> <version>3.43.0</version> </dependency>
implementation 'org.jdbi:jdbi3-stringtemplate4:3.43.0'
implementation("org.jdbi:jdbi3-stringtemplate4:3.43.0")
libraryDependencies += "org.jdbi" % "jdbi3-stringtemplate4" % "3.43.0"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-stringtemplate4', version='3.43.0') )
<dependency org="org.jdbi" name="jdbi3-stringtemplate4" rev="3.43.0" />
[org.jdbi/jdbi3-stringtemplate4 "3.43.0"]
'org.jdbi:jdbi3-stringtemplate4:jar:3.43.0'
<parent> <groupId>org.jdbi.internal</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.43.0</version> </parent>
compile
|-- org.jdbi:jdbi3-core
|-- org.jdbi:jdbi3-sqlobject
|-- org.antlr:ST4
test
|-- org.jdbi:jdbi3-testing
|-- org.mockito:mockito-core
|-- com.google.guava:guava
|-- org.jdbi:jdbi3-guava
|-- com.h2database:h2
|-- org.hsqldb:hsqldb
|-- org.postgresql:postgresql
|-- de.softwareforge.testing:pg-embedded