| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.activemq.examples.failover |
| Идентификатор | Идентификаторbroker-failover |
| Версия | Версия2.17.0 |
| Тип | Типpom |
| Описание |
ОписаниеActiveMQ Artemis Failover Examples
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| broker-failover-2.17.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/broker-failover/ -->
<dependency>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/broker-failover/
implementation 'org.apache.activemq.examples.failover:broker-failover:2.17.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/broker-failover/
implementation ("org.apache.activemq.examples.failover:broker-failover:2.17.0")
'org.apache.activemq.examples.failover:broker-failover:pom:2.17.0'
<dependency org="org.apache.activemq.examples.failover" name="broker-failover" rev="2.17.0">
<artifact name="broker-failover" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.failover', module='broker-failover', version='2.17.0')
)
libraryDependencies += "org.apache.activemq.examples.failover" % "broker-failover" % "2.17.0"
[org.apache.activemq.examples.failover/broker-failover "2.17.0"]