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