Categories |
CategoriesJavaScript Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.atmosphere.client |
ArtifactId | ArtifactIdjavascript |
Version | Version2.2.14 |
Type | Typewar |
Filename | Size |
---|---|
javascript-2.2.14.pom | |
javascript-2.2.14.war | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.client/javascript/ -->
<dependency>
<groupId>org.atmosphere.client</groupId>
<artifactId>javascript</artifactId>
<version>2.2.14</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation 'org.atmosphere.client:javascript:2.2.14'
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation ("org.atmosphere.client:javascript:2.2.14")
'org.atmosphere.client:javascript:war:2.2.14'
<dependency org="org.atmosphere.client" name="javascript" rev="2.2.14">
<artifact name="javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.client', module='javascript', version='2.2.14')
)
libraryDependencies += "org.atmosphere.client" % "javascript" % "2.2.14"
[org.atmosphere.client/javascript "2.2.14"]