is not current version
Last Version 2.2.13.vaadin5

com.vaadin.external.atmosphere.client:jquery 2.2.13.vaadin1


Categories

Categories

Vaadin User Interface Web Frameworks CLI
GroupId

GroupId

com.vaadin.external.atmosphere.client
ArtifactId

ArtifactId

jquery
Version

Version

2.2.13.vaadin1
Type

Type

war

Download jquery 2.2.13.vaadin1


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