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