| Категории |
КатегорииWire Данные Data Structures |
|---|---|
| Группа | Группаorg.apache.activemq.examples.openwire |
| Идентификатор | Идентификаторchat-example |
| Версия | Версия2.9.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| chat-example-2.9.0.pom | |
| chat-example-2.9.0.jar | 15 KB |
| chat-example-2.9.0-sources.jar | 12 KB |
| chat-example-2.9.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/chat-example/ -->
<dependency>
<groupId>org.apache.activemq.examples.openwire</groupId>
<artifactId>chat-example</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/chat-example/
implementation 'org.apache.activemq.examples.openwire:chat-example:2.9.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/chat-example/
implementation ("org.apache.activemq.examples.openwire:chat-example:2.9.0")
'org.apache.activemq.examples.openwire:chat-example:jar:2.9.0'
<dependency org="org.apache.activemq.examples.openwire" name="chat-example" rev="2.9.0">
<artifact name="chat-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.openwire', module='chat-example', version='2.9.0')
)
libraryDependencies += "org.apache.activemq.examples.openwire" % "chat-example" % "2.9.0"
[org.apache.activemq.examples.openwire/chat-example "2.9.0"]