GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-karaf-itest |
Version | Version5.15.15 |
Type | Typejar |
Filename | Size |
---|---|
activemq-karaf-itest-5.15.15.pom | |
activemq-karaf-itest-5.15.15.jar | 24 KB |
activemq-karaf-itest-5.15.15-sources.jar | 20 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.15.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-karaf-itest/
implementation 'org.apache.activemq:activemq-karaf-itest:5.15.15'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-karaf-itest/
implementation ("org.apache.activemq:activemq-karaf-itest:5.15.15")
'org.apache.activemq:activemq-karaf-itest:jar:5.15.15'
<dependency org="org.apache.activemq" name="activemq-karaf-itest" rev="5.15.15">
<artifact name="activemq-karaf-itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-karaf-itest', version='5.15.15')
)
libraryDependencies += "org.apache.activemq" % "activemq-karaf-itest" % "5.15.15"
[org.apache.activemq/activemq-karaf-itest "5.15.15"]