is not current version
Last Version 3.1.3

org.atmosphere.client:javascript 3.0.0


Categories

Categories

JavaScript Languages CLI User Interface
GroupId

GroupId

org.atmosphere.client
ArtifactId

ArtifactId

javascript
Version

Version

3.0.0
Type

Type

war

Download javascript 3.0.0


<!-- https://jarcasting.com/artifacts/org.atmosphere.client/javascript/ -->
<dependency>
    <groupId>org.atmosphere.client</groupId>
    <artifactId>javascript</artifactId>
    <version>3.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation 'org.atmosphere.client:javascript:3.0.0'
// https://jarcasting.com/artifacts/org.atmosphere.client/javascript/
implementation ("org.atmosphere.client:javascript:3.0.0")
'org.atmosphere.client:javascript:war:3.0.0'
<dependency org="org.atmosphere.client" name="javascript" rev="3.0.0">
  <artifact name="javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.client', module='javascript', version='3.0.0')
)
libraryDependencies += "org.atmosphere.client" % "javascript" % "3.0.0"
[org.atmosphere.client/javascript "3.0.0"]