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