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