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