GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-amqp |
Version | Version5.11.4 |
Type | Typejar |
Filename | Size |
---|---|
activemq-amqp-5.11.4.pom | |
activemq-amqp-5.11.4.jar | 90 KB |
activemq-amqp-5.11.4-sources.jar | 46 KB |
activemq-amqp-5.11.4-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-amqp/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-amqp</artifactId>
<version>5.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-amqp/
implementation 'org.apache.activemq:activemq-amqp:5.11.4'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-amqp/
implementation ("org.apache.activemq:activemq-amqp:5.11.4")
'org.apache.activemq:activemq-amqp:jar:5.11.4'
<dependency org="org.apache.activemq" name="activemq-amqp" rev="5.11.4">
<artifact name="activemq-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-amqp', version='5.11.4')
)
libraryDependencies += "org.apache.activemq" % "activemq-amqp" % "5.11.4"
[org.apache.activemq/activemq-amqp "5.11.4"]