GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdinterceptor-amqp |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
interceptor-amqp-2.6.3.pom | |
interceptor-amqp-2.6.3.jar | 12 KB |
interceptor-amqp-2.6.3-sources.jar | 9 KB |
interceptor-amqp-2.6.3-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/interceptor-amqp/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>interceptor-amqp</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/interceptor-amqp/
implementation 'org.apache.activemq.examples.broker:interceptor-amqp:2.6.3'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/interceptor-amqp/
implementation ("org.apache.activemq.examples.broker:interceptor-amqp:2.6.3")
'org.apache.activemq.examples.broker:interceptor-amqp:jar:2.6.3'
<dependency org="org.apache.activemq.examples.broker" name="interceptor-amqp" rev="2.6.3">
<artifact name="interceptor-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='interceptor-amqp', version='2.6.3')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "interceptor-amqp" % "2.6.3"
[org.apache.activemq.examples.broker/interceptor-amqp "2.6.3"]