| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-amqp |
| Версия | Версия2.2.8.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-amqp-2.2.8.RELEASE.pom | |
| spring-boot-starter-amqp-2.2.8.RELEASE.jar | 404 bytes |
| spring-boot-starter-amqp-2.2.8.RELEASE-sources.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-amqp/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
<version>2.2.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-amqp/
implementation 'org.springframework.boot:spring-boot-starter-amqp:2.2.8.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-amqp/
implementation ("org.springframework.boot:spring-boot-starter-amqp:2.2.8.RELEASE")
'org.springframework.boot:spring-boot-starter-amqp:jar:2.2.8.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-amqp" rev="2.2.8.RELEASE">
<artifact name="spring-boot-starter-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-amqp', version='2.2.8.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-amqp" % "2.2.8.RELEASE"
[org.springframework.boot/spring-boot-starter-amqp "2.2.8.RELEASE"]