Last Version

Spring AMQP Parent 1.1.1.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.

License

License

GroupId

GroupId

org.springframework.amqp
ArtifactId

ArtifactId

spring-amqp-parent
Version

Version

1.1.1.RELEASE
Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://www.springsource.org/spring-amqp
Source Code Management

Source Code Management

http://github.com/SpringSource/spring-amqp

Download spring-amqp-parent 1.1.1.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.1.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.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-parent/
implementation ("org.springframework.amqp:spring-amqp-parent:1.1.1.RELEASE")
'org.springframework.amqp:spring-amqp-parent:pom:1.1.1.RELEASE'
<dependency org="org.springframework.amqp" name="spring-amqp-parent" rev="1.1.1.RELEASE">
  <artifact name="spring-amqp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp-parent', version='1.1.1.RELEASE')
)
libraryDependencies += "org.springframework.amqp" % "spring-amqp-parent" % "1.1.1.RELEASE"
[org.springframework.amqp/spring-amqp-parent "1.1.1.RELEASE"]

Dependencies

test (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.15

Project Modules

There are no modules declared in this project.