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