spring-boot-starter-amqp

spring-boot-starter-amqp

Starter for using Spring AMQP and Rabbit MQ
https://spring.io/projects/spring-boot
Apache License, Version 2.0
VMware, Inc.
Spring
Files download
File Operation
spring-boot-starter-amqp-3.2.5.jar download
spring-boot-starter-amqp-3.2.5.pom download
spring-boot-starter-amqp-3.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-amqp</artifactId>
  <version>3.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-amqp:3.2.5'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-amqp:3.2.5")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-amqp" % "3.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-amqp', version='3.2.5')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-amqp" rev="3.2.5" />
Leiningen
[org.springframework.boot/spring-boot-starter-amqp "3.2.5"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-amqp:jar:3.2.5'