Files download
File Operation
dbcache-mysql_3-1.0.0.jar download
dbcache-mysql_3-1.0.0.pom download
dbcache-mysql_3-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tototoshi</groupId>
  <artifactId>dbcache-mysql_3</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tototoshi:dbcache-mysql_3:1.0.0'
Gradle Kotlin
implementation("com.github.tototoshi:dbcache-mysql_3:1.0.0")
Scala SBT
libraryDependencies += "com.github.tototoshi" % "dbcache-mysql_3" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tototoshi', module='dbcache-mysql_3', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.tototoshi" name="dbcache-mysql_3" rev="1.0.0" />
Leiningen
[com.github.tototoshi/dbcache-mysql_3 "1.0.0"]
Apache Buildr
'com.github.tototoshi:dbcache-mysql_3:jar:1.0.0'