is not current version
Last Version 1.2.2

mybatis-ehcache 1.2.1

Ehcache support for MyBatis Cache

License

License

Categories

Categories

Ehcache Data Caching MyBatis ORM
GroupId

GroupId

org.mybatis.caches
ArtifactId

ArtifactId

mybatis-ehcache
Version

Version

1.2.1
Type

Type

jar
Description

Description

mybatis-ehcache
Ehcache support for MyBatis Cache
Project URL

Project URL

https://github.com/mybatis/ehcache-cache/
Project Organization

Project Organization

MyBatis.org
Source Code Management

Source Code Management

http://github.com/mybatis/ehcache-cache

Download mybatis-ehcache 1.2.1


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

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.ehcache : ehcache jar 2.10.6

provided (2)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.5.4
jakarta.transaction : jakarta.transaction-api jar 1.3.3

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.