| Категории |
КатегорииJavaScript Языки программирования CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.atmosphere.client |
| Идентификатор | Идентификаторjavascript |
| Версия | Версия2.2.4 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| javascript-2.2.4.pom | |
| javascript-2.2.4.war | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere.client/javascript/ -->
<dependency>
<groupId>org.atmosphere.client</groupId>
<artifactId>javascript</artifactId>
<version>2.2.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation 'org.atmosphere.client:javascript:2.2.4'
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation ("org.atmosphere.client:javascript:2.2.4")
'org.atmosphere.client:javascript:war:2.2.4'
<dependency org="org.atmosphere.client" name="javascript" rev="2.2.4">
<artifact name="javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.client', module='javascript', version='2.2.4')
)
libraryDependencies += "org.atmosphere.client" % "javascript" % "2.2.4"
[org.atmosphere.client/javascript "2.2.4"]