MyBatis Oscache Extension
MyBatis-Oscache extension Oscache support for MyBatis Cache.
| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdorg.mybatis.caches |
| ArtifactId | ArtifactIdmybatis-oscache |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-oscache
OSCache support for MyBatis Cache
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-oscache-1.0.2.pom | |
| mybatis-oscache-1.0.2.jar | 9 KB |
| mybatis-oscache-1.0.2-sources.jar | 7 KB |
| mybatis-oscache-1.0.2-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-oscache/ -->
<dependency>
<groupId>org.mybatis.caches</groupId>
<artifactId>mybatis-oscache</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-oscache/
implementation 'org.mybatis.caches:mybatis-oscache:1.0.2'
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-oscache/
implementation ("org.mybatis.caches:mybatis-oscache:1.0.2")
'org.mybatis.caches:mybatis-oscache:jar:1.0.2'
<dependency org="org.mybatis.caches" name="mybatis-oscache" rev="1.0.2">
<artifact name="mybatis-oscache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.caches', module='mybatis-oscache', version='1.0.2')
)
libraryDependencies += "org.mybatis.caches" % "mybatis-oscache" % "1.0.2"
[org.mybatis.caches/mybatis-oscache "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| opensymphony : oscache | jar | 2.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
MyBatis-Oscache extension Oscache support for MyBatis Cache.