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