Download spring-integration-jms-2.0.0.release.jar file

Introduction

You can download spring-integration-jms-2.0.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-integration-jms-2.0.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.integration.jms.AbstractJmsChannel.class
org.springframework.integration.jms.ChannelPublishingJmsMessageListener.class
org.springframework.integration.jms.DefaultJmsHeaderMapper.class
org.springframework.integration.jms.JmsDestinationPollingSource.class
org.springframework.integration.jms.JmsHeaderMapper.class
org.springframework.integration.jms.JmsHeaders.class
org.springframework.integration.jms.JmsMessageDrivenEndpoint.class
org.springframework.integration.jms.JmsOutboundGateway.class
org.springframework.integration.jms.JmsSendingMessageHandler.class
org.springframework.integration.jms.PollableJmsChannel.class
org.springframework.integration.jms.SubscribableJmsChannel.class
org.springframework.integration.jms.config.JmsAdapterParserUtils.class
org.springframework.integration.jms.config.JmsChannelFactoryBean.class
org.springframework.integration.jms.config.JmsChannelParser.class
org.springframework.integration.jms.config.JmsHeaderEnricherParser.class
org.springframework.integration.jms.config.JmsInboundChannelAdapterParser.class
org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser.class
org.springframework.integration.jms.config.JmsNamespaceHandler.class
org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser.class
org.springframework.integration.jms.config.JmsOutboundGatewayParser.class
org/springframework/integration/jms/config/spring-integration-jms-1.0.xsd
org/springframework/integration/jms/config/spring-integration-jms-2.0.xsd
org/springframework/integration/jms/config/spring-integration-jms.gif

Pom

spring-integration-jms-2.0.0.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.integration</groupId>
  <artifactId>spring-integration-jms</artifactId>
  <version>2.0.0.RELEASE</version>
  <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>
  <dependencies>
    <dependency>
      <groupId>org.apache.activemq</groupId>
      <artifactId>activemq-core</artifactId>
      <version>5.3.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jms</artifactId>
      <version>3.0.5.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-oxm</artifactId>
      <version>3.0.5.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>3.0.5.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>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>2.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymockclassextension</artifactId>
      <version>2.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-test</artifactId>
      <version>2.0.0.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-tx</artifactId>
      <version>3.0.5.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <version>3.0.5.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.8.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-core</artifactId>
      <version>2.0.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.integration</groupId>
   <artifactId>spring-integration-jms</artifactId>
   <version>2.0.0.release</version>
</dependency>

Download

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



Download spring-integration-jms-2.0.0.release.jar file




PreviousNext

Related