Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.activemq |
ArtifactId | ArtifactIdactivemq-openwire-legacy |
Version | Version5.15.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-openwire-legacy/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
<version>5.15.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-openwire-legacy/
implementation 'org.apache.activemq:activemq-openwire-legacy:5.15.6'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-openwire-legacy/
implementation ("org.apache.activemq:activemq-openwire-legacy:5.15.6")
'org.apache.activemq:activemq-openwire-legacy:jar:5.15.6'
<dependency org="org.apache.activemq" name="activemq-openwire-legacy" rev="5.15.6">
<artifact name="activemq-openwire-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-openwire-legacy', version='5.15.6')
)
libraryDependencies += "org.apache.activemq" % "activemq-openwire-legacy" % "5.15.6"
[org.apache.activemq/activemq-openwire-legacy "5.15.6"]