GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdcore-bridge |
Version | Version2.6.0 |
Type | Typejar |
Filename | Size |
---|---|
core-bridge-2.6.0.pom | |
core-bridge-2.6.0.jar | 14 KB |
core-bridge-2.6.0-sources.jar | 11 KB |
core-bridge-2.6.0-javadoc.jar | 34 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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/core-bridge/
implementation 'org.apache.activemq.examples.broker:core-bridge:2.6.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/core-bridge/
implementation ("org.apache.activemq.examples.broker:core-bridge:2.6.0")
'org.apache.activemq.examples.broker:core-bridge:jar:2.6.0'
<dependency org="org.apache.activemq.examples.broker" name="core-bridge" rev="2.6.0">
<artifact name="core-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='core-bridge', version='2.6.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "core-bridge" % "2.6.0"
[org.apache.activemq.examples.broker/core-bridge "2.6.0"]