You can download spring-jms-3.2.3.release.jar in this page.
The Apache Software License, Version 2.0
spring-jms-3.2.3.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/license.txt META-INF/notice.txt META-INF/spring.handlers META-INF/spring.schemas META-INF/spring.tooling org.springframework.jms.IllegalStateException.class org.springframework.jms.InvalidClientIDException.class org.springframework.jms.InvalidDestinationException.class org.springframework.jms.InvalidSelectorException.class org.springframework.jms.JmsException.class org.springframework.jms.JmsSecurityException.class org.springframework.jms.MessageEOFException.class org.springframework.jms.MessageFormatException.class org.springframework.jms.MessageNotReadableException.class org.springframework.jms.MessageNotWriteableException.class org.springframework.jms.ResourceAllocationException.class org.springframework.jms.TransactionInProgressException.class org.springframework.jms.TransactionRolledBackException.class org.springframework.jms.UncategorizedJmsException.class org.springframework.jms.config.AbstractListenerContainerParser.class org.springframework.jms.config.JcaListenerContainerParser.class org.springframework.jms.config.JmsListenerContainerParser.class org.springframework.jms.config.JmsNamespaceHandler.class org.springframework.jms.connection.CachedMessageConsumer.class org.springframework.jms.connection.CachedMessageProducer.class org.springframework.jms.connection.CachingConnectionFactory.class org.springframework.jms.connection.ChainedExceptionListener.class org.springframework.jms.connection.ConnectionFactoryUtils.class org.springframework.jms.connection.DelegatingConnectionFactory.class org.springframework.jms.connection.JmsResourceHolder.class org.springframework.jms.connection.JmsTransactionManager.class org.springframework.jms.connection.JmsTransactionManager102.class org.springframework.jms.connection.SessionProxy.class org.springframework.jms.connection.SingleConnectionFactory.class org.springframework.jms.connection.SingleConnectionFactory102.class org.springframework.jms.connection.SmartConnectionFactory.class org.springframework.jms.connection.SynchedLocalTransactionFailedException.class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter.class org.springframework.jms.core.BrowserCallback.class org.springframework.jms.core.JmsOperations.class org.springframework.jms.core.JmsTemplate.class org.springframework.jms.core.JmsTemplate102.class org.springframework.jms.core.MessageCreator.class org.springframework.jms.core.MessagePostProcessor.class org.springframework.jms.core.ProducerCallback.class org.springframework.jms.core.SessionCallback.class org.springframework.jms.core.support.JmsGatewaySupport.class org.springframework.jms.listener.AbstractJmsListeningContainer.class org.springframework.jms.listener.AbstractMessageListenerContainer.class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.class org.springframework.jms.listener.DefaultMessageListenerContainer.class org.springframework.jms.listener.DefaultMessageListenerContainer102.class org.springframework.jms.listener.LocallyExposedJmsResourceHolder.class org.springframework.jms.listener.SessionAwareMessageListener.class org.springframework.jms.listener.SimpleMessageListenerContainer.class org.springframework.jms.listener.SimpleMessageListenerContainer102.class org.springframework.jms.listener.SubscriptionNameProvider.class org.springframework.jms.listener.adapter.ListenerExecutionFailedException.class org.springframework.jms.listener.adapter.MessageListenerAdapter.class org.springframework.jms.listener.adapter.MessageListenerAdapter102.class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory.class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig.class org.springframework.jms.listener.endpoint.JmsActivationSpecFactory.class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager.class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory.class org.springframework.jms.remoting.JmsInvokerClientInterceptor.class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean.class org.springframework.jms.remoting.JmsInvokerServiceExporter.class org.springframework.jms.support.JmsAccessor.class org.springframework.jms.support.JmsUtils.class org.springframework.jms.support.converter.MappingJackson2MessageConverter.class org.springframework.jms.support.converter.MappingJacksonMessageConverter.class org.springframework.jms.support.converter.MarshallingMessageConverter.class org.springframework.jms.support.converter.MessageConversionException.class org.springframework.jms.support.converter.MessageConverter.class org.springframework.jms.support.converter.MessageType.class org.springframework.jms.support.converter.SimpleMessageConverter.class org.springframework.jms.support.converter.SimpleMessageConverter102.class org.springframework.jms.support.destination.BeanFactoryDestinationResolver.class org.springframework.jms.support.destination.CachingDestinationResolver.class org.springframework.jms.support.destination.DestinationResolutionException.class org.springframework.jms.support.destination.DestinationResolver.class org.springframework.jms.support.destination.DynamicDestinationResolver.class org.springframework.jms.support.destination.JmsDestinationAccessor.class org.springframework.jms.support.destination.JndiDestinationResolver.class org/springframework/jms/config/spring-jms-2.5.xsd org/springframework/jms/config/spring-jms-3.0.xsd org/springframework/jms/config/spring-jms-3.1.xsd org/springframework/jms/config/spring-jms-3.2.xsd org/springframework/jms/config/spring-jms.gif
spring-jms-3.2.3.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</groupId> <artifactId>spring-jms</artifactId> <version>3.2.3.RELEASE</version> <name>Spring JMS</name> <description>Spring JMS</description> <url>https://github.com/SpringSource/spring-framework</url> <organization> <name>SpringSource</name> <url>http://springsource.org/spring-framework</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>jhoeller</id> <name>Juergen Hoeller</name> <email>jhoeller@vmware.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/SpringSource/spring-framework</connection> <developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection> <url>https://github.com/SpringSource/spring-framework</url> </scm> <dependencies> <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.0.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>javax.resource</groupId> <artifactId>connector-api</artifactId> <version>1.5</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.1_spec</artifactId> <version>1.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.4.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>3.2.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> <version>3.2.3.release</version> </dependency>
If you think the following spring-jms-3.2.3.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-jms-3.2.3.release.jar file