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