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