Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-javascript |
Version | Version1.1.0.RC2 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-javascript-1.1.0.RC2.pom | |
atmosphere-javascript-1.1.0.RC2.war | 30 KB |
atmosphere-javascript-1.1.0.RC2-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-javascript/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-javascript</artifactId>
<version>1.1.0.RC2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-javascript/
implementation 'org.atmosphere:atmosphere-javascript:1.1.0.RC2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-javascript/
implementation ("org.atmosphere:atmosphere-javascript:1.1.0.RC2")
'org.atmosphere:atmosphere-javascript:war:1.1.0.RC2'
<dependency org="org.atmosphere" name="atmosphere-javascript" rev="1.1.0.RC2">
<artifact name="atmosphere-javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-javascript', version='1.1.0.RC2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-javascript" % "1.1.0.RC2"
[org.atmosphere/atmosphere-javascript "1.1.0.RC2"]