Download spring-session-1.1.1.release.jar file

Introduction

You can download spring-session-1.1.1.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-session-1.1.1.release.jar file has the following types.

META-INF/MANIFEST.MF
org.springframework.session.ExpiringSession.class
org.springframework.session.FindByIndexNameSessionRepository.class
org.springframework.session.MapSession.class
org.springframework.session.MapSessionRepository.class
org.springframework.session.Session.class
org.springframework.session.SessionRepository.class
org.springframework.session.config.annotation.web.http.EnableSpringHttpSession.class
org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration.class
org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.class
org.springframework.session.data.gemfire.GemFireOperationsSessionRepository.class
org.springframework.session.data.gemfire.config.annotation.web.http.EnableGemFireHttpSession.class
org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration.class
org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean.class
org.springframework.session.data.gemfire.support.GemFireUtils.class
org.springframework.session.data.redis.RedisFlushMode.class
org.springframework.session.data.redis.RedisOperationsSessionRepository.class
org.springframework.session.data.redis.RedisSessionExpirationPolicy.class
org.springframework.session.data.redis.SessionMessageListener.class
org.springframework.session.data.redis.config.ConfigureNotifyKeyspaceEventsAction.class
org.springframework.session.data.redis.config.ConfigureRedisAction.class
org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession.class
org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration.class
org.springframework.session.events.AbstractSessionEvent.class
org.springframework.session.events.SessionCreatedEvent.class
org.springframework.session.events.SessionDeletedEvent.class
org.springframework.session.events.SessionDestroyedEvent.class
org.springframework.session.events.SessionExpiredEvent.class
org.springframework.session.hazelcast.SessionEntryListener.class
org.springframework.session.hazelcast.config.annotation.web.http.EnableHazelcastHttpSession.class
org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration.class
org.springframework.session.web.context.AbstractHttpSessionApplicationInitializer.class
org.springframework.session.web.http.CookieHttpSessionStrategy.class
org.springframework.session.web.http.CookieSerializer.class
org.springframework.session.web.http.DefaultCookieSerializer.class
org.springframework.session.web.http.ExpiringSessionHttpSession.class
org.springframework.session.web.http.HeaderHttpSessionStrategy.class
org.springframework.session.web.http.HttpSessionManager.class
org.springframework.session.web.http.HttpSessionStrategy.class
org.springframework.session.web.http.MultiHttpSessionStrategy.class
org.springframework.session.web.http.OnCommittedResponseWrapper.class
org.springframework.session.web.http.OncePerRequestFilter.class
org.springframework.session.web.http.RequestResponsePostProcessor.class
org.springframework.session.web.http.SessionEventHttpSessionListenerAdapter.class
org.springframework.session.web.http.SessionRepositoryFilter.class
org.springframework.session.web.socket.config.annotation.AbstractSessionWebSocketMessageBrokerConfigurer.class
org.springframework.session.web.socket.events.SessionConnectEvent.class
org.springframework.session.web.socket.handler.WebSocketConnectHandlerDecoratorFactory.class
org.springframework.session.web.socket.handler.WebSocketRegistryListener.class
org.springframework.session.web.socket.server.SessionRepositoryMessageInterceptor.class

Pom

spring-session-1.1.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</artifactId>
  <version>1.1.1.RELEASE</version>
  <name>Spring Session</name>
  <description>Spring Session</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>com.hazelcast</groupId>
      <artifactId>hazelcast</artifactId>
      <version>3.5.4</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.data</groupId>
      <artifactId>spring-data-gemfire</artifactId>
      <version>1.7.2.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.data</groupId>
      <artifactId>spring-data-redis</artifactId>
      <version>1.6.2.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>4.2.5.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-messaging</artifactId>
      <version>4.2.5.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>4.2.5.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-websocket</artifactId>
      <version>4.2.5.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>edu.umd.cs.mtc</groupId>
      <artifactId>multithreadedtc</artifactId>
      <version>1.01</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>2.3.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.19</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-core</artifactId>
      <version>4.0.3.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <version>4.2.5.RELEASE</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.session</groupId>
   <artifactId>spring-session</artifactId>
   <version>1.1.1.release</version>
</dependency>

Download

If you think the following spring-session-1.1.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-1.1.1.release.jar file




PreviousNext

Related