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