GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjquery-atmosphere |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
jquery-atmosphere-2.1.5.pom | |
jquery-atmosphere-2.1.5.jar | 34 KB |
jquery-atmosphere-2.1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-atmosphere/
implementation 'org.webjars:jquery-atmosphere:2.1.5'
// https://jarcasting.com/artifacts/org.webjars/jquery-atmosphere/
implementation ("org.webjars:jquery-atmosphere:2.1.5")
'org.webjars:jquery-atmosphere:jar:2.1.5'
<dependency org="org.webjars" name="jquery-atmosphere" rev="2.1.5">
<artifact name="jquery-atmosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-atmosphere', version='2.1.5')
)
libraryDependencies += "org.webjars" % "jquery-atmosphere" % "2.1.5"
[org.webjars/jquery-atmosphere "2.1.5"]