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