| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases Redisson MyBatis ORM | 
        
| GroupId | GroupIdorg.redisson | 
    
| ArtifactId | ArtifactIdredisson-mybatis | 
    
| Last Version | Last Version3.17.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRedisson/MyBatis cache 
            Redis Java client with features of In-Memory Data Grid 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| redisson-mybatis-3.17.4.pom | |
| redisson-mybatis-3.17.4.jar | 3 KB | 
| redisson-mybatis-3.17.4-sources.jar | 3 KB | 
| redisson-mybatis-3.17.4-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-mybatis/ -->
<dependency>
    <groupId>org.redisson</groupId>
    <artifactId>redisson-mybatis</artifactId>
    <version>3.17.4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.redisson/redisson-mybatis/
implementation 'org.redisson:redisson-mybatis:3.17.4'
                // https://jarcasting.com/artifacts/org.redisson/redisson-mybatis/
implementation ("org.redisson:redisson-mybatis:3.17.4")
                'org.redisson:redisson-mybatis:jar:3.17.4'
                <dependency org="org.redisson" name="redisson-mybatis" rev="3.17.4">
  <artifact name="redisson-mybatis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.redisson', module='redisson-mybatis', version='3.17.4')
)
                libraryDependencies += "org.redisson" % "redisson-mybatis" % "3.17.4"
                [org.redisson/redisson-mybatis "3.17.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.mybatis : mybatis Optional | jar | 3.5.6 | 
| org.redisson : redisson | jar | 3.17.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.assertj : assertj-core | jar | 3.22.0 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |