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