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