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