GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdmessage-priority |
Version | Version2.12.0 |
Type | Typejar |
Filename | Size |
---|---|
message-priority-2.12.0.pom | |
message-priority-2.12.0.jar | 11 KB |
message-priority-2.12.0-sources.jar | 7 KB |
message-priority-2.12.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/message-priority/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>message-priority</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/message-priority/
implementation 'org.apache.activemq.examples.broker:message-priority:2.12.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/message-priority/
implementation ("org.apache.activemq.examples.broker:message-priority:2.12.0")
'org.apache.activemq.examples.broker:message-priority:jar:2.12.0'
<dependency org="org.apache.activemq.examples.broker" name="message-priority" rev="2.12.0">
<artifact name="message-priority" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='message-priority', version='2.12.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "message-priority" % "2.12.0"
[org.apache.activemq.examples.broker/message-priority "2.12.0"]