GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdmessage-priority |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
message-priority-1.1.0.pom | |
message-priority-1.1.0.jar | 11 KB |
message-priority-1.1.0-sources.jar | 7 KB |
message-priority-1.1.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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/message-priority/
implementation 'org.apache.activemq.examples.broker:message-priority:1.1.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/message-priority/
implementation ("org.apache.activemq.examples.broker:message-priority:1.1.0")
'org.apache.activemq.examples.broker:message-priority:jar:1.1.0'
<dependency org="org.apache.activemq.examples.broker" name="message-priority" rev="1.1.0">
<artifact name="message-priority" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='message-priority', version='1.1.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "message-priority" % "1.1.0"
[org.apache.activemq.examples.broker/message-priority "1.1.0"]