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