is not current version
Last Version 2.2.13.vaadin5

com.vaadin.external.atmosphere.client:jquery 2.0.3.vaadin2


Categories

Categories

Vaadin User Interface Web Frameworks CLI
GroupId

GroupId

com.vaadin.external.atmosphere.client
ArtifactId

ArtifactId

jquery
Version

Version

2.0.3.vaadin2
Type

Type

war

Download jquery 2.0.3.vaadin2


<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.client/jquery/ -->
<dependency>
    <groupId>com.vaadin.external.atmosphere.client</groupId>
    <artifactId>jquery</artifactId>
    <version>2.0.3.vaadin2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.client/jquery/
implementation 'com.vaadin.external.atmosphere.client:jquery:2.0.3.vaadin2'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.client/jquery/
implementation ("com.vaadin.external.atmosphere.client:jquery:2.0.3.vaadin2")
'com.vaadin.external.atmosphere.client:jquery:war:2.0.3.vaadin2'
<dependency org="com.vaadin.external.atmosphere.client" name="jquery" rev="2.0.3.vaadin2">
  <artifact name="jquery" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.client', module='jquery', version='2.0.3.vaadin2')
)
libraryDependencies += "com.vaadin.external.atmosphere.client" % "jquery" % "2.0.3.vaadin2"
[com.vaadin.external.atmosphere.client/jquery "2.0.3.vaadin2"]