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