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