GroupId | GroupIdactivemq |
---|---|
ArtifactId | ArtifactIdactivemq-itest-ear |
Version | Version1.1-G1M3 |
Type | Typeear |
Filename | Size |
---|---|
activemq-itest-ear-1.1-G1M3.pom | |
activemq-itest-ear-1.1-G1M3.ear | 759 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-itest-ear/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-itest-ear</artifactId>
<version>1.1-G1M3</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-itest-ear/
implementation 'activemq:activemq-itest-ear:1.1-G1M3'
// https://jarcasting.com/artifacts/activemq/activemq-itest-ear/
implementation ("activemq:activemq-itest-ear:1.1-G1M3")
'activemq:activemq-itest-ear:ear:1.1-G1M3'
<dependency org="activemq" name="activemq-itest-ear" rev="1.1-G1M3">
<artifact name="activemq-itest-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-itest-ear', version='1.1-G1M3')
)
libraryDependencies += "activemq" % "activemq-itest-ear" % "1.1-G1M3"
[activemq/activemq-itest-ear "1.1-G1M3"]