GroupId | GroupIdorg.apache.activemq.examples.failover |
---|---|
ArtifactId | ArtifactIdtransaction-failover |
Version | Version2.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/transaction-failover/ -->
<dependency>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>transaction-failover</artifactId>
<version>2.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/transaction-failover/
implementation 'org.apache.activemq.examples.failover:transaction-failover:2.13.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/transaction-failover/
implementation ("org.apache.activemq.examples.failover:transaction-failover:2.13.0")
'org.apache.activemq.examples.failover:transaction-failover:jar:2.13.0'
<dependency org="org.apache.activemq.examples.failover" name="transaction-failover" rev="2.13.0">
<artifact name="transaction-failover" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.failover', module='transaction-failover', version='2.13.0')
)
libraryDependencies += "org.apache.activemq.examples.failover" % "transaction-failover" % "2.13.0"
[org.apache.activemq.examples.failover/transaction-failover "2.13.0"]