| Группа | Группаorg.atmosphere.samples |
|---|---|
| Идентификатор | Идентификаторatmosphere-cometd-demo |
| Версия | Версия1.0.3 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| atmosphere-cometd-demo-1.0.3.pom | |
| atmosphere-cometd-demo-1.0.3.war | 12 MB |
| atmosphere-cometd-demo-1.0.3-sources.jar | 694 bytes |
| atmosphere-cometd-demo-1.0.3-javadoc.jar | 337 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cometd-demo/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-cometd-demo</artifactId>
<version>1.0.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cometd-demo/
implementation 'org.atmosphere.samples:atmosphere-cometd-demo:1.0.3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cometd-demo/
implementation ("org.atmosphere.samples:atmosphere-cometd-demo:1.0.3")
'org.atmosphere.samples:atmosphere-cometd-demo:war:1.0.3'
<dependency org="org.atmosphere.samples" name="atmosphere-cometd-demo" rev="1.0.3">
<artifact name="atmosphere-cometd-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-cometd-demo', version='1.0.3')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-cometd-demo" % "1.0.3"
[org.atmosphere.samples/atmosphere-cometd-demo "1.0.3"]