Download embedded-redis-0.7.0.jar file - Jar e

Jar examples for e:embedded-redis

Description

Redis embedded server for Java integration testing. Project forked from https://github.com/kstyrc/embedded-redis

You can download jar file embedded-redis 0.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add embedded-redis-0.7.0.jar to your project.

<dependency>
   <groupId>it.ozimov</groupId>
   <artifactId>embedded-redis</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'it.ozimov', name: 'embedded-redis', version: '0.7.0'
libraryDependencies += "it.ozimov" % "embedded-redis" % "0.7.0"
<dependency org="it.ozimov" name="embedded-redis" rev="0.7.0"/>
@Grapes(@Grab(group='it.ozimov', module='embedded-redis', version='0.7.0'))
'it.ozimov:embedded-redis:jar:0.7.0'

Download

Click the following link to download the jar file.

embedded-redis-0.7.0-javadoc.jar
embedded-redis-0.7.0-sources.jar
embedded-redis-0.7.0.jar
embedded-redis-0.7.0.pom



Related Tutorials