| Категории |
КатегорииRedis Данные Базы данных MyBatis ORM |
|---|---|
| Группа | Группаcom.github.liuanxin |
| Идентификатор | Идентификаторmybatis-redis-cache |
| Версия | Версия1.2.7 |
| Тип | Типjar |
| Описание |
ОписаниеRedis cache with mybatis
|
| Имя Файла | Размер |
|---|---|
| mybatis-redis-cache-1.2.7.pom | |
| mybatis-redis-cache-1.2.7.jar | 7 KB |
| mybatis-redis-cache-1.2.7-sources.jar | 3 KB |
| mybatis-redis-cache-1.2.7-javadoc.jar | 29 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.2 |
| org.springframework.data : spring-data-redis | jar | 2.1.10.RELEASE |