Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.activemq |
ArtifactId | ArtifactIdactivemq-client |
Version | Version5.13.2 |
Type | Typejar |
Filename | Size |
---|---|
activemq-client-5.13.2.pom | |
activemq-client-5.13.2.jar | 1 MB |
activemq-client-5.13.2-sources.jar | 1 MB |
activemq-client-5.13.2-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-client/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>5.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-client/
implementation 'org.apache.activemq:activemq-client:5.13.2'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-client/
implementation ("org.apache.activemq:activemq-client:5.13.2")
'org.apache.activemq:activemq-client:jar:5.13.2'
<dependency org="org.apache.activemq" name="activemq-client" rev="5.13.2">
<artifact name="activemq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-client', version='5.13.2')
)
libraryDependencies += "org.apache.activemq" % "activemq-client" % "5.13.2"
[org.apache.activemq/activemq-client "5.13.2"]