MVN

org.mybatis : mybatis-ehcache

Maven & Gradle

Dec 31, 2010
5 usages

MyBatis Caches :: Ehcache · Ehcache support for MyBatis Cache

<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis-ehcache</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mybatis : mybatis-ehcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.mybatis : mybatis-ehcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-ehcache-1.0.0

How to add a dependency to Maven

Add the following org.mybatis : mybatis-ehcache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis-ehcache</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mybatis : mybatis-ehcache gradle dependency to your build.gradle file:

implementation 'org.mybatis:mybatis-ehcache:1.0.0'

Gradle Kotlin DSL: Add the following org.mybatis : mybatis-ehcache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mybatis:mybatis-ehcache:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mybatis : mybatis-ehcache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mybatis" % "mybatis-ehcache" % "1.0.0"

Advertisement

Dependencies from Group

Mar 11, 2023
1.4k usages
19.2k stars
May 19, 2023
654 usages
2.7k stars
Jan 02, 2017
62 usages
90 stars
Dec 03, 2022
29 usages
169 stars
Jul 08, 2022
10 usages
196 stars

Discover Dependencies

Sep 01, 2014
2 usages
97 stars
Apr 08, 2015
0 stars
Jan 27, 2015
2 usages
1 stars
Dec 27, 2011
1 usages
14 stars
Nov 17, 2008
78 usages
Oct 16, 2014
2 usages
3 stars
May 06, 2013
4.5k stars
Apr 28, 2014
1 usages
1 stars