MVN

org.springframework.amqp : spring-amqp-parent

Maven & Gradle

May 31, 2012
794 stars

Spring AMQP Parent · Spring AMQP is framework that makes it easy to write Java applications for the Advanced Message Queue Protocol. It supports a variety of common high-level messaging patterns, like synchronous and asynchronous consumers, synchronous producers, automatic re-connection, transactions, batching. The emphasis is on declarative configuration and a POJO programming model without hiding the full power of the underlying protocol.

<dependency>
    <groupId>org.springframework.amqp</groupId>
    <artifactId>spring-amqp-parent</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.amqp : spring-amqp-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1.RELEASE

All Versions

Choose a version of org.springframework.amqp : spring-amqp-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-amqp-parent-1.1.1.RELEASE
spring-amqp-parent-1.1.0.RELEASE
1.0.x
spring-amqp-parent-1.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.amqp</groupId>
    <artifactId>spring-amqp-parent</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>