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