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