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