GroupId | GroupIdorg.apache.activemq.examples.failover |
---|---|
ArtifactId | ArtifactIdnon-transaction-failover |
Version | Version2.19.1 |
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.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/non-transaction-failover/
implementation 'org.apache.activemq.examples.failover:non-transaction-failover:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.failover/non-transaction-failover/
implementation ("org.apache.activemq.examples.failover:non-transaction-failover:2.19.1")
'org.apache.activemq.examples.failover:non-transaction-failover:jar:2.19.1'
<dependency org="org.apache.activemq.examples.failover" name="non-transaction-failover" rev="2.19.1">
<artifact name="non-transaction-failover" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.failover', module='non-transaction-failover', version='2.19.1')
)
libraryDependencies += "org.apache.activemq.examples.failover" % "non-transaction-failover" % "2.19.1"
[org.apache.activemq.examples.failover/non-transaction-failover "2.19.1"]