组织ID: |
org.springframework.integration |
项目ID: |
spring-integration-amqp |
版本: |
4.3.12.RELEASE |
最后修改时间: |
2018-07-26 10:42:56 |
包类型: |
jar |
标题: |
Spring Integration AMQP Support |
描述: |
Spring Integration AMQP Support |
相关URL: |
https://projects.spring.io/spring-integration |
大小: |
85.96KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-amqp</artifactId>
<version>4.3.12.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.integration:spring-integration-amqp:4.3.12.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?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>4.3.12.RELEASE</version>
<name>Spring Integration AMQP Support</name>
<description>Spring Integration AMQP Support</description>
<url>https://projects.spring.io/spring-integration</url>
<organization>
<name>SpringIO</name>
<url>http://spring.io</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>garyrussell</id>
<name>Gary Russell</name>
<email>grussell@pivotal.io</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>mfisher@pivotal.io</email>
<roles>
<role>project founder and lead emeritus</role>
</roles>
</developer>
<developer>
<id>ghillert</id>
<name>Gunnar Hillert</name>
<email>ghillert@pivotal.io</email>
</developer>
<developer>
<id>abilan</id>
<name>Artem Bilan</name>
<email>abilan@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:scm:git:git://github.com/spring-projects/spring-integration.git</connection>
<developerConnection>scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection>
<url>https://github.com/spring-projects/spring-integration</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://jira.spring.io/browse/INT</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>4.3.12.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.6.11.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>spring-aop</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-core</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-tx</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-context</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.integration.amqp.inbound.AmqpInboundGateway$Listener$2.class
org.springframework.integration.amqp.inbound.AmqpInboundGateway$Listener$1.class
org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter$Listener.class
org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter.class
org.springframework.integration.amqp.inbound.AmqpInboundChannelAdapter$Listener$1.class
org.springframework.integration.amqp.inbound.AmqpInboundGateway$Listener.class
org.springframework.integration.amqp.inbound.AmqpInboundGateway.class
org.springframework.integration.amqp.config.AmqpChannelFactoryBean.class
org.springframework.integration.amqp.config.AmqpInboundGatewayParser.class
org.springframework.integration.amqp.config.AmqpOutboundGatewayParser.class
org.springframework.integration.amqp.config.AmqpOutboundChannelAdapterParser.class
org.springframework.integration.amqp.config.AmqpNamespaceHandler.class
org.springframework.integration.amqp.config.AmqpInboundChannelAdapterParser.class
org.springframework.integration.amqp.config.AmqpChannelParser.class
org.springframework.integration.amqp.config.AbstractAmqpInboundAdapterParser.class
org.springframework.integration.amqp.support.DefaultAmqpHeaderMapper.class
org.springframework.integration.amqp.support.NackedAmqpMessageException.class
org.springframework.integration.amqp.support.AmqpMessageHeaderErrorMessageStrategy.class
org.springframework.integration.amqp.support.DefaultAmqpHeaderMapper$2.class
org.springframework.integration.amqp.support.AmqpHeaderMapper.class
org.springframework.integration.amqp.support.ReturnedAmqpMessageException.class
org.springframework.integration.amqp.support.DefaultAmqpHeaderMapper$1.class
org.springframework.integration.amqp.support.MappingUtils.class
org.springframework.integration.amqp.channel.PublishSubscribeAmqpChannel.class
org.springframework.integration.amqp.channel.PointToPointSubscribableAmqpChannel.class
org.springframework.integration.amqp.channel.AbstractAmqpChannel.class
org.springframework.integration.amqp.channel.AbstractSubscribableAmqpChannel$1.class
org.springframework.integration.amqp.channel.AbstractSubscribableAmqpChannel.class
org.springframework.integration.amqp.channel.PollableAmqpChannel.class
org.springframework.integration.amqp.channel.AbstractSubscribableAmqpChannel$DispatchingMessageListener.class
org.springframework.integration.amqp.outbound.AsyncAmqpOutboundGateway$CorrelationCallback.class
org.springframework.integration.amqp.outbound.AbstractAmqpOutboundEndpoint.class
org.springframework.integration.amqp.outbound.AmqpOutboundEndpoint.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-integration-core-4.3.12.RELEASE.jar
/org.springframework.integration/spring-integration-core/4.3.12.RELEASE
查看spring-integration-core所有版本文件
spring-rabbit-1.6.11.RELEASE.jar
/org.springframework.amqp/spring-rabbit/1.6.11.RELEASE
查看spring-rabbit所有版本文件
|