is not current version
Last Version 2.4.6

org.springframework.amqp:spring-amqp-dist 2.3.1

Spring AMQP

GroupId

GroupId

org.springframework.amqp
ArtifactId

ArtifactId

spring-amqp-dist
Version

Version

2.3.1
Type

Type

pom

Download spring-amqp-dist 2.3.1


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