Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-javascript |
Version | Version1.0.14 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-javascript-1.0.14.pom | |
atmosphere-javascript-1.0.14.war | 52 KB |
atmosphere-javascript-1.0.14-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.14</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-javascript/
implementation 'org.atmosphere:atmosphere-javascript:1.0.14'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-javascript/
implementation ("org.atmosphere:atmosphere-javascript:1.0.14")
'org.atmosphere:atmosphere-javascript:war:1.0.14'
<dependency org="org.atmosphere" name="atmosphere-javascript" rev="1.0.14">
<artifact name="atmosphere-javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-javascript', version='1.0.14')
)
libraryDependencies += "org.atmosphere" % "atmosphere-javascript" % "1.0.14"
[org.atmosphere/atmosphere-javascript "1.0.14"]