j

jdbi3-guava-cache

Cache implementation with the guava cache
Files download
File Operation
jdbi3-guava-cache-3.44.1.jar download
jdbi3-guava-cache-3.44.1.pom download
jdbi3-guava-cache-3.44.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-guava-cache</artifactId>
  <version>3.44.1</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-guava-cache:3.44.1'
Gradle Kotlin
implementation("org.jdbi:jdbi3-guava-cache:3.44.1")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-guava-cache" % "3.44.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-guava-cache', version='3.44.1')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-guava-cache" rev="3.44.1" />
Leiningen
[org.jdbi/jdbi3-guava-cache "3.44.1"]
Apache Buildr
'org.jdbi:jdbi3-guava-cache:jar:3.44.1'