is not current version
Last Version 5.17.1

org.apache.activemq:activemq-client 5.11.1

The ActiveMQ Client implementation

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-client
Version

Version

5.11.1
Type

Type

jar

Download activemq-client 5.11.1


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