Last Version

MyBatis Caches :: Ehcache 1.0.0

Ehcache support for MyBatis Cache

License

License

Categories

Categories

Ehcache Data Caching MyBatis ORM
GroupId

GroupId

org.mybatis
ArtifactId

ArtifactId

mybatis-ehcache
Version

Version

1.0.0
Type

Type

jar
Description

Description

MyBatis Caches :: Ehcache
Ehcache support for MyBatis Cache
Project Organization

Project Organization

MyBatis.org

Download mybatis-ehcache 1.0.0


<!-- https://jarcasting.com/artifacts/org.mybatis/mybatis-ehcache/ -->
<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis-ehcache</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/mybatis-ehcache/
implementation 'org.mybatis:mybatis-ehcache:1.0.0'
// https://jarcasting.com/artifacts/org.mybatis/mybatis-ehcache/
implementation ("org.mybatis:mybatis-ehcache:1.0.0")
'org.mybatis:mybatis-ehcache:jar:1.0.0'
<dependency org="org.mybatis" name="mybatis-ehcache" rev="1.0.0">
  <artifact name="mybatis-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='mybatis-ehcache', version='1.0.0')
)
libraryDependencies += "org.mybatis" % "mybatis-ehcache" % "1.0.0"
[org.mybatis/mybatis-ehcache "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.ehcache : ehcache-core jar 2.0.0

provided (3)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.0.4
org.slf4j : slf4j-api Optional jar 1.6.1
javax.transaction : jta Optional jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.slf4j : slf4j-nop jar 1.6.1

Project Modules

There are no modules declared in this project.