| Categories | 
                CategoriesRedis Data Databases | 
        
|---|---|
| GroupId | GroupIdcom.iiifi | 
    
| ArtifactId | ArtifactIdkite-data-redis | 
    
| Version | Version1.1.2.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| kite-data-redis-1.1.2.RELEASE.pom | |
| kite-data-redis-1.1.2.RELEASE.jar | 42 KB | 
| kite-data-redis-1.1.2.RELEASE-sources.jar | 32 KB | 
| kite-data-redis-1.1.2.RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.iiifi/kite-data-redis/ -->
<dependency>
    <groupId>com.iiifi</groupId>
    <artifactId>kite-data-redis</artifactId>
    <version>1.1.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.iiifi/kite-data-redis/
implementation 'com.iiifi:kite-data-redis:1.1.2.RELEASE'
                // https://jarcasting.com/artifacts/com.iiifi/kite-data-redis/
implementation ("com.iiifi:kite-data-redis:1.1.2.RELEASE")
                'com.iiifi:kite-data-redis:jar:1.1.2.RELEASE'
                <dependency org="com.iiifi" name="kite-data-redis" rev="1.1.2.RELEASE">
  <artifact name="kite-data-redis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.iiifi', module='kite-data-redis', version='1.1.2.RELEASE')
)
                libraryDependencies += "com.iiifi" % "kite-data-redis" % "1.1.2.RELEASE"
                [com.iiifi/kite-data-redis "1.1.2.RELEASE"]