GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdjms-examples |
Version | Version2.16.0 |
Type | Typepom |
Filename | Size |
---|---|
jms-examples-2.16.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/jms-examples/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId>
<version>2.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/jms-examples/
implementation 'org.apache.activemq.examples.broker:jms-examples:2.16.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/jms-examples/
implementation ("org.apache.activemq.examples.broker:jms-examples:2.16.0")
'org.apache.activemq.examples.broker:jms-examples:pom:2.16.0'
<dependency org="org.apache.activemq.examples.broker" name="jms-examples" rev="2.16.0">
<artifact name="jms-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='jms-examples', version='2.16.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "jms-examples" % "2.16.0"
[org.apache.activemq.examples.broker/jms-examples "2.16.0"]