is not current version
Last Version 5.17.1

org.apache.activemq:activemq-pool 5.10.1

ActiveMQ Pooled ConnectionFactory

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-pool
Version

Version

5.10.1
Type

Type

jar

Download activemq-pool 5.10.1


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