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