j

jdbi3-guava-cache

Cache implementation with the guava cache
文件下载
文件名 操作
jdbi3-guava-cache-3.41.3.jar 下载
jdbi3-guava-cache-3.41.3.pom 下载
jdbi3-guava-cache-3.41.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-guava-cache</artifactId>
  <version>3.41.3</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-guava-cache:3.41.3'
Gradle Kotlin
implementation("org.jdbi:jdbi3-guava-cache:3.41.3")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-guava-cache" % "3.41.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-guava-cache', version='3.41.3')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-guava-cache" rev="3.41.3" />
Leiningen
[org.jdbi/jdbi3-guava-cache "3.41.3"]
Apache Buildr
'org.jdbi:jdbi3-guava-cache:jar:3.41.3'