m

mybatis-ehcache

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