| GroupId | GroupIdorg.apache.activemq.examples.amqp |
|---|---|
| ArtifactId | ArtifactIdqueue |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| queue-1.1.0.pom | |
| queue-1.1.0.jar | 9 KB |
| queue-1.1.0-sources.jar | 7 KB |
| queue-1.1.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/queue/ -->
<dependency>
<groupId>org.apache.activemq.examples.amqp</groupId>
<artifactId>queue</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/queue/
implementation 'org.apache.activemq.examples.amqp:queue:1.1.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/queue/
implementation ("org.apache.activemq.examples.amqp:queue:1.1.0")
'org.apache.activemq.examples.amqp:queue:jar:1.1.0'
<dependency org="org.apache.activemq.examples.amqp" name="queue" rev="1.1.0">
<artifact name="queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.amqp', module='queue', version='1.1.0')
)
libraryDependencies += "org.apache.activemq.examples.amqp" % "queue" % "1.1.0"
[org.apache.activemq.examples.amqp/queue "1.1.0"]