Categories |
CategoriesRedis Data Databases MyBatis ORM |
---|---|
GroupId | GroupIdcom.github.liuanxin |
ArtifactId | ArtifactIdmybatis-redis-cache |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-redis-cache-1.0.0.pom | |
mybatis-redis-cache-1.0.0.jar | 12 KB |
mybatis-redis-cache-1.0.0-sources.jar | 5 KB |
mybatis-redis-cache-1.0.0-javadoc.jar | 35 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-redis-cache/
implementation 'com.github.liuanxin:mybatis-redis-cache:1.0.0'
// https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-redis-cache/
implementation ("com.github.liuanxin:mybatis-redis-cache:1.0.0")
'com.github.liuanxin:mybatis-redis-cache:jar:1.0.0'
<dependency org="com.github.liuanxin" name="mybatis-redis-cache" rev="1.0.0">
<artifact name="mybatis-redis-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuanxin', module='mybatis-redis-cache', version='1.0.0')
)
libraryDependencies += "com.github.liuanxin" % "mybatis-redis-cache" % "1.0.0"
[com.github.liuanxin/mybatis-redis-cache "1.0.0"]