You can download spring-session-data-redis-1.3.1.release.jar in this page.
The Apache Software License, Version 2.0
spring-session-data-redis-1.3.1.release.jar file has the following types.
META-INF/MANIFEST.MF
spring-session-data-redis-1.3.1.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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.3.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> <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> <issueManagement> <system>GitHub</system> <url>https://github.com/spring-projects/spring-session/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> <version>2.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> <version>1.7.10.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>jcl-over-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session</artifactId> <version>1.3.1.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.8.1</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-data-redis</artifactId> <version>1.3.1.release</version> </dependency>
If you think the following spring-session-data-redis-1.3.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.3.1.release.jar file