License |
License |
---|---|
Categories |
CategoriesJavaScript Languages CLI User Interface |
GroupId | GroupIdorg.atmosphere.client |
ArtifactId | ArtifactIdjavascript |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionjavascript
Javascript clients for Atmosphere
|
Filename | Size |
---|---|
javascript-3.1.3.pom | |
javascript-3.1.3.war | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.client/javascript/ -->
<dependency>
<groupId>org.atmosphere.client</groupId>
<artifactId>javascript</artifactId>
<version>3.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation 'org.atmosphere.client:javascript:3.1.3'
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation ("org.atmosphere.client:javascript:3.1.3")
'org.atmosphere.client:javascript:war:3.1.3'
<dependency org="org.atmosphere.client" name="javascript" rev="3.1.3">
<artifact name="javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.client', module='javascript', version='3.1.3')
)
libraryDependencies += "org.atmosphere.client" % "javascript" % "3.1.3"
[org.atmosphere.client/javascript "3.1.3"]