| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases MyBatis ORM |
| GroupId | GroupIdorg.mybatis.caches |
| ArtifactId | ArtifactIdmybatis-redis |
| Version | Version1.0.0-beta2 |
| Type | Typejar |
| Description |
Descriptionmybatis-redis
Redis support for MyBatis Cache
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-redis-1.0.0-beta2.pom | |
| mybatis-redis-1.0.0-beta2.jar | 19 KB |
| mybatis-redis-1.0.0-beta2-sources.jar | 11 KB |
| mybatis-redis-1.0.0-beta2-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-redis/ -->
<dependency>
<groupId>org.mybatis.caches</groupId>
<artifactId>mybatis-redis</artifactId>
<version>1.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-redis/
implementation 'org.mybatis.caches:mybatis-redis:1.0.0-beta2'
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-redis/
implementation ("org.mybatis.caches:mybatis-redis:1.0.0-beta2")
'org.mybatis.caches:mybatis-redis:jar:1.0.0-beta2'
<dependency org="org.mybatis.caches" name="mybatis-redis" rev="1.0.0-beta2">
<artifact name="mybatis-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.caches', module='mybatis-redis', version='1.0.0-beta2')
)
libraryDependencies += "org.mybatis.caches" % "mybatis-redis" % "1.0.0-beta2"
[org.mybatis.caches/mybatis-redis "1.0.0-beta2"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.3.0 |
| javax.transaction : transaction-api | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-simple | jar | 1.7.13 |