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