You can download client-0.7.jar in this page.
The Apache Software License, Version 2.0
client-0.7.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.spullara.redis/client/pom.properties META-INF/maven/com.github.spullara.redis/client/pom.xml redis.client.MessageListener.class redis.client.RedisClient.class redis.client.RedisClientBase.class redis.client.RedisException.class redis.client.ReplyListener.class
client-0.7.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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>redis</artifactId> <groupId>com.github.spullara.redis</groupId> <version>0.7</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>client</artifactId> <packaging>jar</packaging> <name>client</name> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>com.github.spullara.redis</groupId> <artifactId>protocol</artifactId> <version>0.7</version> </dependency> <!-- <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.2.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jredis</groupId> <artifactId>jredis-core-all</artifactId> <version>a.0-SNAPSHOT</version> <scope>test</scope> </dependency>--> </dependencies> </project>
<dependency> <groupId>com.github.spullara.redis</groupId> <artifactId>client</artifactId> <version>0.7</version> </dependency>
If you think the following client-0.7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.