| License |
License |
|---|---|
| Categories |
CategoriesEhcache Data Caching MyBatis ORM |
| GroupId | GroupIdorg.mybatis.caches |
| ArtifactId | ArtifactIdmybatis-ehcache |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-ehcache
Ehcache support for MyBatis Cache
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-ehcache-1.2.2.pom | |
| mybatis-ehcache-1.2.2.jar | 10 KB |
| mybatis-ehcache-1.2.2-sources.jar | 8 KB |
| mybatis-ehcache-1.2.2-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-ehcache/ -->
<dependency>
<groupId>org.mybatis.caches</groupId>
<artifactId>mybatis-ehcache</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-ehcache/
implementation 'org.mybatis.caches:mybatis-ehcache:1.2.2'
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-ehcache/
implementation ("org.mybatis.caches:mybatis-ehcache:1.2.2")
'org.mybatis.caches:mybatis-ehcache:jar:1.2.2'
<dependency org="org.mybatis.caches" name="mybatis-ehcache" rev="1.2.2">
<artifact name="mybatis-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.caches', module='mybatis-ehcache', version='1.2.2')
)
libraryDependencies += "org.mybatis.caches" % "mybatis-ehcache" % "1.2.2"
[org.mybatis.caches/mybatis-ehcache "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.ehcache : ehcache | jar | 2.10.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.9 |
| jakarta.transaction : jakarta.transaction-api | jar | 1.3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |