is not current version
Last Version 5.17.1

org.apache.activemq:activemq-pool 5.13.2

ActiveMQ Pooled ConnectionFactory

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-pool
Version

Version

5.13.2
Type

Type

jar

Download activemq-pool 5.13.2


<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-pool/ -->
<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-pool</artifactId>
    <version>5.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-pool/
implementation 'org.apache.activemq:activemq-pool:5.13.2'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-pool/
implementation ("org.apache.activemq:activemq-pool:5.13.2")
'org.apache.activemq:activemq-pool:jar:5.13.2'
<dependency org="org.apache.activemq" name="activemq-pool" rev="5.13.2">
  <artifact name="activemq-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-pool', version='5.13.2')
)
libraryDependencies += "org.apache.activemq" % "activemq-pool" % "5.13.2"
[org.apache.activemq/activemq-pool "5.13.2"]