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