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