| Categories |
CategoriesJavaScript Languages |
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdatmosphere-javascript |
| Version | Version2.2.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atmosphere-javascript-2.2.11.pom | |
| atmosphere-javascript-2.2.11.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/atmosphere-javascript/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>atmosphere-javascript</artifactId>
<version>2.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/atmosphere-javascript/
implementation 'org.webjars:atmosphere-javascript:2.2.11'
// https://jarcasting.com/artifacts/org.webjars/atmosphere-javascript/
implementation ("org.webjars:atmosphere-javascript:2.2.11")
'org.webjars:atmosphere-javascript:jar:2.2.11'
<dependency org="org.webjars" name="atmosphere-javascript" rev="2.2.11">
<artifact name="atmosphere-javascript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='atmosphere-javascript', version='2.2.11')
)
libraryDependencies += "org.webjars" % "atmosphere-javascript" % "2.2.11"
[org.webjars/atmosphere-javascript "2.2.11"]