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