s

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.
http://www.springsource.org/spring-amqp
Apache 2.0
Dave Syer Mark Fisher Mark Pollack Jon Brisbin Tomas Lukosius
Files download
File Operation
spring-amqp-parent-1.1.1.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.amqp</groupId>
  <artifactId>spring-amqp-parent</artifactId>
  <version>1.1.1.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.amqp:spring-amqp-parent:1.1.1.RELEASE'
Gradle Kotlin
implementation("org.springframework.amqp:spring-amqp-parent:1.1.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.amqp" % "spring-amqp-parent" % "1.1.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.amqp', module='spring-amqp-parent', version='1.1.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.amqp" name="spring-amqp-parent" rev="1.1.1.RELEASE" />
Leiningen
[org.springframework.amqp/spring-amqp-parent "1.1.1.RELEASE"]
Apache Buildr
'org.springframework.amqp:spring-amqp-parent:jar:1.1.1.RELEASE'
Dependencies