GroupId | GroupIdorg.apache.activemq.examples.modules |
---|---|
ArtifactId | ArtifactIdartemis-jms-bridge |
Version | Version2.13.0 |
Type | Typewar |
<!-- 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.13.0</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.13.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-jms-bridge/
implementation ("org.apache.activemq.examples.modules:artemis-jms-bridge:2.13.0")
'org.apache.activemq.examples.modules:artemis-jms-bridge:war:2.13.0'
<dependency org="org.apache.activemq.examples.modules" name="artemis-jms-bridge" rev="2.13.0">
<artifact name="artemis-jms-bridge" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.modules', module='artemis-jms-bridge', version='2.13.0')
)
libraryDependencies += "org.apache.activemq.examples.modules" % "artemis-jms-bridge" % "2.13.0"
[org.apache.activemq.examples.modules/artemis-jms-bridge "2.13.0"]