m

mybatis-ehcache

Ehcache support for MyBatis Cache
https://www.mybatis.org/ehcache-cache/
Files download
File Operation
mybatis-ehcache-1.3.0.jar download
mybatis-ehcache-1.3.0.pom download
mybatis-ehcache-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mybatis.caches</groupId>
  <artifactId>mybatis-ehcache</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.mybatis.caches:mybatis-ehcache:1.3.0'
Gradle Kotlin
implementation("org.mybatis.caches:mybatis-ehcache:1.3.0")
Scala SBT
libraryDependencies += "org.mybatis.caches" % "mybatis-ehcache" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mybatis.caches', module='mybatis-ehcache', version='1.3.0')
)
Apache Ivy
<dependency org="org.mybatis.caches" name="mybatis-ehcache" rev="1.3.0" />
Leiningen
[org.mybatis.caches/mybatis-ehcache "1.3.0"]
Apache Buildr
'org.mybatis.caches:mybatis-ehcache:jar:1.3.0'