is not current version
Last Version 5.17.1

org.apache.activemq:activemq-client 5.12.0

The ActiveMQ Client implementation

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-client
Version

Version

5.12.0
Type

Type

jar

Download activemq-client 5.12.0


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