GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjquery-atmosphere |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
jquery-atmosphere-2.1.6.pom | |
jquery-atmosphere-2.1.6.jar | 34 KB |
jquery-atmosphere-2.1.6-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery-atmosphere/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-atmosphere</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-atmosphere/
implementation 'org.webjars:jquery-atmosphere:2.1.6'
// https://jarcasting.com/artifacts/org.webjars/jquery-atmosphere/
implementation ("org.webjars:jquery-atmosphere:2.1.6")
'org.webjars:jquery-atmosphere:jar:2.1.6'
<dependency org="org.webjars" name="jquery-atmosphere" rev="2.1.6">
<artifact name="jquery-atmosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-atmosphere', version='2.1.6')
)
libraryDependencies += "org.webjars" % "jquery-atmosphere" % "2.1.6"
[org.webjars/jquery-atmosphere "2.1.6"]