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