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