| Группа | Группаorg.apache.activemq.examples.broker |
|---|---|
| Идентификатор | Идентификаторxa-heuristic |
| Версия | Версия2.6.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xa-heuristic-2.6.3.pom | |
| xa-heuristic-2.6.3.jar | 15 KB |
| xa-heuristic-2.6.3-sources.jar | 10 KB |
| xa-heuristic-2.6.3-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/xa-heuristic/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>xa-heuristic</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/xa-heuristic/
implementation 'org.apache.activemq.examples.broker:xa-heuristic:2.6.3'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/xa-heuristic/
implementation ("org.apache.activemq.examples.broker:xa-heuristic:2.6.3")
'org.apache.activemq.examples.broker:xa-heuristic:jar:2.6.3'
<dependency org="org.apache.activemq.examples.broker" name="xa-heuristic" rev="2.6.3">
<artifact name="xa-heuristic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='xa-heuristic', version='2.6.3')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "xa-heuristic" % "2.6.3"
[org.apache.activemq.examples.broker/xa-heuristic "2.6.3"]