GroupId | GroupIdorg.apache.activemq.examples.modules |
---|---|
ArtifactId | ArtifactIdartemis-jms-bridge |
Version | Version2.6.2 |
Type | Typewar |
Filename | Size |
---|---|
artemis-jms-bridge-2.6.2.pom | |
artemis-jms-bridge-2.6.2.war | 5 MB |
artemis-jms-bridge-2.6.2-sources.jar | 8 KB |
artemis-jms-bridge-2.6.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-jms-bridge/ -->
<dependency>
<groupId>org.apache.activemq.examples.modules</groupId>
<artifactId>artemis-jms-bridge</artifactId>
<version>2.6.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-jms-bridge/
implementation 'org.apache.activemq.examples.modules:artemis-jms-bridge:2.6.2'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-jms-bridge/
implementation ("org.apache.activemq.examples.modules:artemis-jms-bridge:2.6.2")
'org.apache.activemq.examples.modules:artemis-jms-bridge:war:2.6.2'
<dependency org="org.apache.activemq.examples.modules" name="artemis-jms-bridge" rev="2.6.2">
<artifact name="artemis-jms-bridge" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.modules', module='artemis-jms-bridge', version='2.6.2')
)
libraryDependencies += "org.apache.activemq.examples.modules" % "artemis-jms-bridge" % "2.6.2"
[org.apache.activemq.examples.modules/artemis-jms-bridge "2.6.2"]