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