Download spring-session-data-redis-1.0.1.release.jar file

Introduction

You can download spring-session-data-redis-1.0.1.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-session-data-redis-1.0.1.release.jar file has the following types.

META-INF/MANIFEST.MF

Pom

spring-session-data-redis-1.0.1.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework.session</groupId>
  <artifactId>spring-session-data-redis</artifactId>
  <version>1.0.1.RELEASE</version>
  <name>Aggregator for Spring Session and Spring Data Redis</name>
  <description>Aggregator for Spring Session and Spring Data Redis</description>
  <url>https://github.com/spring-projects/spring-session</url>
  <organization>
    <name>Spring IO</name>
    <url>http://projects.spring.io/spring-session</url>
  </organization>
  <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>
  <developers>
    <developer>
      <id>rwinch</id>
      <name>Rob Winch</name>
      <email>rwinch@pivotal.io</email>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/spring-projects/spring-session/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/spring-projects/spring-session</connection>
    <developerConnection>scm:git:git://github.com/spring-projects/spring-session</developerConnection>
    <url>https://github.com/spring-projects/spring-session</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-pool2</artifactId>
      <version>2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.data</groupId>
      <artifactId>spring-data-redis</artifactId>
      <version>1.4.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.session</groupId>
      <artifactId>spring-session</artifactId>
      <version>1.0.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>redis.clients</groupId>
      <artifactId>jedis</artifactId>
      <version>2.5.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.session</groupId>
   <artifactId>spring-session-data-redis</artifactId>
   <version>1.0.1.release</version>
</dependency>

Download

If you think the following spring-session-data-redis-1.0.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-session-data-redis-1.0.1.release.jar file




PreviousNext

Related