You can download embedded-redis-0.6.jar in this page.
The Apache Software License, Version 2.0
embedded-redis-0.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.kstyrc/embedded-redis/pom.properties META-INF/maven/com.github.kstyrc/embedded-redis/pom.xml redis-server-2.8.19 redis-server-2.8.19.app redis-server-2.8.19.exe redis.embedded.AbstractRedisInstance.class redis.embedded.PortProvider.class redis.embedded.Redis.class redis.embedded.RedisCluster.class redis.embedded.RedisClusterBuilder.class redis.embedded.RedisExecProvider.class redis.embedded.RedisSentinel.class redis.embedded.RedisSentinelBuilder.class redis.embedded.RedisServer.class redis.embedded.RedisServerBuilder.class redis.embedded.exceptions.EmbeddedRedisException.class redis.embedded.exceptions.OsDetectionException.class redis.embedded.exceptions.RedisBuildingException.class redis.embedded.ports.EphemeralPortProvider.class redis.embedded.ports.PredefinedPortProvider.class redis.embedded.ports.SequencePortProvider.class redis.embedded.util.Architecture.class redis.embedded.util.JarUtil.class redis.embedded.util.JedisUtil.class redis.embedded.util.OS.class redis.embedded.util.OSDetector.class redis.embedded.util.OsArchitecture.class
embedded-redis-0.6.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.kstyrc</groupId> <artifactId>embedded-redis</artifactId> <packaging>jar</packaging> <version>0.6</version> <name>embedded-redis</name> <description>Redis embedded server for Java integration testing</description> <url>https://github.com/kstyrc/embedded-redis</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/kstyrc/embedded-redis</url> <connection>scm:git:https://github.com/kstyrc/embedded-redis.git</connection> <developerConnection>scm:git:https://github.com/kstyrc/embedded-redis.git</developerConnection> <tag>embedded-redis-0.6</tag> </scm> <developers> <developer> <name>Krzysztof Styrc</name> <email>kstyrc@gmail.com</email> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>18.0</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> <!-- TEST DEPENDENCIES --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.6.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.5</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> <version>1.4.1.RELEASE</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <compilerVersion>1.6</compilerVersion> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.1</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>com.orange.redis-embedded</groupId> <artifactId>embedded-redis</artifactId> <version>0.6</version> </dependency>
If you think the following embedded-redis-0.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download embedded-redis-0.6.jar file