is not current version
Last Version 1.1.1.RELEASE

org.springframework.amqp:spring-amqp-parent 1.1.0.RELEASE

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.

GroupId

GroupId

org.springframework.amqp
ArtifactId

ArtifactId

spring-amqp-parent
Version

Version

1.1.0.RELEASE
Type

Type

pom

Download spring-amqp-parent 1.1.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-parent/ -->
<dependency>
    <groupId>org.springframework.amqp</groupId>
    <artifactId>spring-amqp-parent</artifactId>
    <version>1.1.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-parent/
implementation 'org.springframework.amqp:spring-amqp-parent:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-parent/
implementation ("org.springframework.amqp:spring-amqp-parent:1.1.0.RELEASE")
'org.springframework.amqp:spring-amqp-parent:pom:1.1.0.RELEASE'
<dependency org="org.springframework.amqp" name="spring-amqp-parent" rev="1.1.0.RELEASE">
  <artifact name="spring-amqp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp-parent', version='1.1.0.RELEASE')
)
libraryDependencies += "org.springframework.amqp" % "spring-amqp-parent" % "1.1.0.RELEASE"
[org.springframework.amqp/spring-amqp-parent "1.1.0.RELEASE"]