GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-karaf-itest |
Version | Version5.11.4 |
Type | Typejar |
Filename | Size |
---|---|
activemq-karaf-itest-5.11.4.pom | |
activemq-karaf-itest-5.11.4.jar | 22 KB |
activemq-karaf-itest-5.11.4-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-karaf-itest/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-karaf-itest</artifactId>
<version>5.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-karaf-itest/
implementation 'org.apache.activemq:activemq-karaf-itest:5.11.4'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-karaf-itest/
implementation ("org.apache.activemq:activemq-karaf-itest:5.11.4")
'org.apache.activemq:activemq-karaf-itest:jar:5.11.4'
<dependency org="org.apache.activemq" name="activemq-karaf-itest" rev="5.11.4">
<artifact name="activemq-karaf-itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-karaf-itest', version='5.11.4')
)
libraryDependencies += "org.apache.activemq" % "activemq-karaf-itest" % "5.11.4"
[org.apache.activemq/activemq-karaf-itest "5.11.4"]