Download client-0.7.jar file

Introduction

You can download client-0.7.jar in this page.

License

The Apache Software License, Version 2.0

Type List

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

Pom

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>

POM Entry

<dependency>
   <groupId>com.github.spullara.redis</groupId>
   <artifactId>client</artifactId>
   <version>0.7</version>
</dependency>

Download

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.



Download client-0.7.jar file




PreviousNext

Related