Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.activemq |
ArtifactId | ArtifactIdartemis-jms-client-all |
Version | Version2.15.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-jms-client-all/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client-all</artifactId>
<version>2.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-jms-client-all/
implementation 'org.apache.activemq:artemis-jms-client-all:2.15.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-jms-client-all/
implementation ("org.apache.activemq:artemis-jms-client-all:2.15.0")
'org.apache.activemq:artemis-jms-client-all:jar:2.15.0'
<dependency org="org.apache.activemq" name="artemis-jms-client-all" rev="2.15.0">
<artifact name="artemis-jms-client-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-jms-client-all', version='2.15.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-jms-client-all" % "2.15.0"
[org.apache.activemq/artemis-jms-client-all "2.15.0"]