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