<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-noop-cache</artifactId> <version>3.43.0</version> </dependency>
implementation 'org.jdbi:jdbi3-noop-cache:3.43.0'
implementation("org.jdbi:jdbi3-noop-cache:3.43.0")
libraryDependencies += "org.jdbi" % "jdbi3-noop-cache" % "3.43.0"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-noop-cache', version='3.43.0') )
<dependency org="org.jdbi" name="jdbi3-noop-cache" rev="3.43.0" />
[org.jdbi/jdbi3-noop-cache "3.43.0"]
'org.jdbi:jdbi3-noop-cache: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
test
|-- org.jdbi:jdbi3-testing
|-- com.h2database:h2