| GroupId | GroupIdorg.apache.activemq.examples.failover |
|---|---|
| ArtifactId | ArtifactIdbroker-failover |
| Version | Version1.5.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| broker-failover-1.5.6.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/broker-failover/ -->
<dependency>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>1.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/broker-failover/
implementation 'org.apache.activemq.examples.failover:broker-failover:1.5.6'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/broker-failover/
implementation ("org.apache.activemq.examples.failover:broker-failover:1.5.6")
'org.apache.activemq.examples.failover:broker-failover:pom:1.5.6'
<dependency org="org.apache.activemq.examples.failover" name="broker-failover" rev="1.5.6">
<artifact name="broker-failover" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.failover', module='broker-failover', version='1.5.6')
)
libraryDependencies += "org.apache.activemq.examples.failover" % "broker-failover" % "1.5.6"
[org.apache.activemq.examples.failover/broker-failover "1.5.6"]