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