GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdtransactional |
Version | Version2.19.1 |
Type | Typejar |
Filename | Size |
---|---|
transactional-2.19.1.pom | |
transactional-2.19.1.jar | 11 KB |
transactional-2.19.1-sources.jar | 10 KB |
transactional-2.19.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/transactional/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>transactional</artifactId>
<version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/transactional/
implementation 'org.apache.activemq.examples.broker:transactional:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/transactional/
implementation ("org.apache.activemq.examples.broker:transactional:2.19.1")
'org.apache.activemq.examples.broker:transactional:jar:2.19.1'
<dependency org="org.apache.activemq.examples.broker" name="transactional" rev="2.19.1">
<artifact name="transactional" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='transactional', version='2.19.1')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "transactional" % "2.19.1"
[org.apache.activemq.examples.broker/transactional "2.19.1"]