| Категории |
КатегорииWire Данные Data Structures |
|---|---|
| Группа | Группаorg.apache.activemq |
| Идентификатор | Идентификаторactivemq-openwire-generator |
| Версия | Версия5.9.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-openwire-generator/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-generator</artifactId>
<version>5.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-openwire-generator/
implementation 'org.apache.activemq:activemq-openwire-generator:5.9.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-openwire-generator/
implementation ("org.apache.activemq:activemq-openwire-generator:5.9.0")
'org.apache.activemq:activemq-openwire-generator:jar:5.9.0'
<dependency org="org.apache.activemq" name="activemq-openwire-generator" rev="5.9.0">
<artifact name="activemq-openwire-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-openwire-generator', version='5.9.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-openwire-generator" % "5.9.0"
[org.apache.activemq/activemq-openwire-generator "5.9.0"]