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