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