| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть |
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-hornetq |
| Версия | Версия1.4.7.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-hornetq (DEPRECATED)
Starter for JMS messaging using HornetQ. Deprecated as of 1.4 in favor
of spring-boot-starter-artemis
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-hornetq/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hornetq</artifactId>
<version>1.4.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-hornetq/
implementation 'org.springframework.boot:spring-boot-starter-hornetq:1.4.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-hornetq/
implementation ("org.springframework.boot:spring-boot-starter-hornetq:1.4.7.RELEASE")
'org.springframework.boot:spring-boot-starter-hornetq:jar:1.4.7.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-hornetq" rev="1.4.7.RELEASE">
<artifact name="spring-boot-starter-hornetq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-hornetq', version='1.4.7.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-hornetq" % "1.4.7.RELEASE"
[org.springframework.boot/spring-boot-starter-hornetq "1.4.7.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.4.7.RELEASE |
| org.springframework : spring-jms | jar | |
| org.hornetq : hornetq-jms-client | jar | 2.4.7.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.5.0 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.springframework : spring-test | jar |