License |
License |
---|---|
Categories |
CategoriesEhcache Data Caching MyBatis ORM |
GroupId | GroupIdorg.mybatis |
ArtifactId | ArtifactIdmybatis-ehcache |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis Caches :: Ehcache
Ehcache support for MyBatis Cache
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mybatis-ehcache-1.0.0.pom | |
mybatis-ehcache-1.0.0.jar | 10 KB |
mybatis-ehcache-1.0.0-sources.jar | 8 KB |
mybatis-ehcache-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache-core | jar | 2.0.0 |
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.slf4j : slf4j-nop | jar | 1.6.1 |