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