GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdjms-examples |
Version | Version2.14.0 |
Type | Typepom |
Filename | Size |
---|---|
jms-examples-2.14.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.14.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.14.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/jms-examples/
implementation ("org.apache.activemq.examples.broker:jms-examples:2.14.0")
'org.apache.activemq.examples.broker:jms-examples:pom:2.14.0'
<dependency org="org.apache.activemq.examples.broker" name="jms-examples" rev="2.14.0">
<artifact name="jms-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='jms-examples', version='2.14.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "jms-examples" % "2.14.0"
[org.apache.activemq.examples.broker/jms-examples "2.14.0"]