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