is not current version
Last Version 5.17.1

org.apache.activemq:activemq-amqp 5.14.0

ActiveMQ implementaiton of AMQP messaging protocol

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-amqp
Version

Version

5.14.0
Type

Type

jar

Download activemq-amqp 5.14.0


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