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