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