| Categories |
CategoriesRedis Data Databases MyBatis ORM |
|---|---|
| GroupId | GroupIdcom.github.liuanxin |
| ArtifactId | ArtifactIdmybatis-redis-cache |
| Last Version | Last Version1.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedis cache with mybatis
|
| Filename | Size |
|---|---|
| mybatis-redis-cache-1.2.7.pom | |
| mybatis-redis-cache-1.2.7-sources.jar | 3 KB |
| mybatis-redis-cache-1.2.7-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-redis-cache/ -->
<dependency>
<groupId>com.github.liuanxin</groupId>
<artifactId>mybatis-redis-cache</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-redis-cache/
implementation 'com.github.liuanxin:mybatis-redis-cache:1.2.7'
// https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-redis-cache/
implementation ("com.github.liuanxin:mybatis-redis-cache:1.2.7")
'com.github.liuanxin:mybatis-redis-cache:jar:1.2.7'
<dependency org="com.github.liuanxin" name="mybatis-redis-cache" rev="1.2.7">
<artifact name="mybatis-redis-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuanxin', module='mybatis-redis-cache', version='1.2.7')
)
libraryDependencies += "com.github.liuanxin" % "mybatis-redis-cache" % "1.2.7"
[com.github.liuanxin/mybatis-redis-cache "1.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.2 |
| org.springframework.data : spring-data-redis | jar | 2.1.10.RELEASE |