Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.atmosphere.client |
ArtifactId | ArtifactIdjquery |
Version | Version2.0.10 |
Type | Typewar |
Filename | Size |
---|---|
jquery-2.0.10.pom | |
jquery-2.0.10.war | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.client/jquery/ -->
<dependency>
<groupId>org.atmosphere.client</groupId>
<artifactId>jquery</artifactId>
<version>2.0.10</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.client/jquery/
implementation 'org.atmosphere.client:jquery:2.0.10'
// https://jarcasting.com/artifacts/org.atmosphere.client/jquery/
implementation ("org.atmosphere.client:jquery:2.0.10")
'org.atmosphere.client:jquery:war:2.0.10'
<dependency org="org.atmosphere.client" name="jquery" rev="2.0.10">
<artifact name="jquery" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.client', module='jquery', version='2.0.10')
)
libraryDependencies += "org.atmosphere.client" % "jquery" % "2.0.10"
[org.atmosphere.client/jquery "2.0.10"]