GroupId | GroupIdorg.apache.activemq.examples.failover |
---|---|
ArtifactId | ArtifactIdbroker-failover |
Version | Version2.7.0 |
Type | Typepom |
Filename | Size |
---|---|
broker-failover-2.7.0.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>2.7.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.7.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/broker-failover/
implementation ("org.apache.activemq.examples.failover:broker-failover:2.7.0")
'org.apache.activemq.examples.failover:broker-failover:pom:2.7.0'
<dependency org="org.apache.activemq.examples.failover" name="broker-failover" rev="2.7.0">
<artifact name="broker-failover" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.failover', module='broker-failover', version='2.7.0')
)
libraryDependencies += "org.apache.activemq.examples.failover" % "broker-failover" % "2.7.0"
[org.apache.activemq.examples.failover/broker-failover "2.7.0"]