You can download spring-integration-amqp-2.1.3.release.jar in this page.
The Apache Software License, Version 2.0
spring-integration-amqp-2.1.3.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.amqp.AmqpHeaders.class org.springframework.integration.amqp.channel.AbstractAmqpChannel.class org.springframework.integration.amqp.channel.AbstractSubscribableAmqpChannel.class org.springframework.integration.amqp.channel.PointToPointSubscribableAmqpChannel.class org.springframework.integration.amqp.channel.PollableAmqpChannel.class org.springframework.integration.amqp.channel.PublishSubscribeAmqpChannel.class org.springframework.integration.amqp.channel.package-info.class org.springframework.integration.amqp.config.AbstractAmqpInboundAdapterParser.class org.springframework.integration.amqp.config.AmqpChannelFactoryBean.class org.springframework.integration.amqp.config.AmqpChannelParser.class org.springframework.integration.amqp.config.AmqpInboundChannelAdapterParser.class org.springframework.integration.amqp.config.AmqpInboundGatewayParser.class org.springframework.integration.amqp.config.AmqpNamespaceHandler.class org.springframework.integration.amqp.config.AmqpOutboundChannelAdapterParser.class org.springframework.integration.amqp.config.AmqpOutboundGatewayParser.class org.springframework.integration.amqp.config.package-info.class org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter.class org.springframework.integration.amqp.inbound.AmqpInboundGateway.class org.springframework.integration.amqp.inbound.package-info.class org.springframework.integration.amqp.outbound.AmqpOutboundEndpoint.class org.springframework.integration.amqp.outbound.package-info.class org.springframework.integration.amqp.package-info.class org.springframework.integration.amqp.support.AmqpHeaderMapper.class org.springframework.integration.amqp.support.DefaultAmqpHeaderMapper.class org.springframework.integration.amqp.support.package-info.class org/springframework/integration/amqp/config/spring-integration-amqp-2.1.xsd org/springframework/integration/amqp/config/spring-integration-amqp.gif
spring-integration-amqp-2.1.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.integration</groupId> <artifactId>spring-integration-amqp</artifactId> <version>2.1.3.RELEASE</version> <name>Spring Integration AMQP Support</name> <description>Spring Integration AMQP Support</description> <url>https://github.com/SpringSource/spring-integration</url> <organization> <name>SpringSource</name> <url>http://springsource.org</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>markfisher</id> <name>Mark Fisher</name> <email>markfisher@vmware.com</email> </developer> <developer> <id>olegz</id> <name>Oleg Zhurakousky</name> <email>ozhurakousky@vmware.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/SpringSource/spring-integration</connection> <developerConnection>scm:git:git://github.com/SpringSource/spring-integration</developerConnection> <url>https://github.com/SpringSource/spring-integration</url> </scm> <dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> <version>2.1.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>3.0.7.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.9.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.amqp</groupId> <artifactId>spring-rabbit</artifactId> <version>1.0.0.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>spring-context</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-tx</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-aop</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-core</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-oxm</artifactId> <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-amqp</artifactId> <version>2.1.3.release</version> </dependency>
If you think the following spring-integration-amqp-2.1.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-integration-amqp-2.1.3.release.jar file