| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases | 
        
| GroupId | GroupIdorg.seedstack.addons.redis | 
    
| ArtifactId | ArtifactIdredis | 
    
| Last Version | Last Version2.1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionClean Java development 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| redis-2.1.2.pom | |
| redis-2.1.2.jar | 20 KB | 
| redis-2.1.2-sources.jar | 11 KB | 
| redis-2.1.2-javadoc.jar | 424 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.redis/redis/ -->
<dependency>
    <groupId>org.seedstack.addons.redis</groupId>
    <artifactId>redis</artifactId>
    <version>2.1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.seedstack.addons.redis/redis/
implementation 'org.seedstack.addons.redis:redis:2.1.2'
                // https://jarcasting.com/artifacts/org.seedstack.addons.redis/redis/
implementation ("org.seedstack.addons.redis:redis:2.1.2")
                'org.seedstack.addons.redis:redis:jar:2.1.2'
                <dependency org="org.seedstack.addons.redis" name="redis" rev="2.1.2">
  <artifact name="redis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.seedstack.addons.redis', module='redis', version='2.1.2')
)
                libraryDependencies += "org.seedstack.addons.redis" % "redis" % "2.1.2"
                [org.seedstack.addons.redis/redis "2.1.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.seedstack.seed : seed-core | jar | 3.12.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| redis.clients : jedis | jar | 3.6.0 | 
| javax.validation : validation-api | jar | 1.1.0.Final | 
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| com.google.code.findbugs : annotations | jar | 3.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.seedstack.seed : seed-testing-junit4 | jar | 3.12.0 | 
| org.assertj : assertj-core | jar | 3.12.1 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 |