MVN

com.googlecode.gwtquery : gwtquery

Maven & Gradle

Feb 02, 2016
35 usages

Gwt Query Core API

<dependency>
    <groupId>com.googlecode.gwtquery</groupId>
    <artifactId>gwtquery</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.gwtquery : gwtquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3
  • Latest Release Candidate: 1.1.0.rc1
  • Latest Beta: 1.5-beta1

All Versions

Choose a version of com.googlecode.gwtquery : gwtquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
gwtquery-1.5-beta1
1.4.x
gwtquery-1.4.3
gwtquery-1.4.2
gwtquery-1.4.1
gwtquery-1.4.0
1.3.x
gwtquery-1.3.3
gwtquery-1.3.2
gwtquery-1.3.1
gwtquery-1.3.0
1.2.x
gwtquery-1.2.0
1.1.x
gwtquery-1.1.0
gwtquery-1.1.0.rc1
1.0.x
gwtquery-1.0.0-M3
gwtquery-1.0.0
gwtquery-1.0.0-M2
gwtquery-1.0.0-M1

How to add a dependency to Maven

Add the following com.googlecode.gwtquery : gwtquery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.gwtquery</groupId>
    <artifactId>gwtquery</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.gwtquery : gwtquery gradle dependency to your build.gradle file:

implementation 'com.googlecode.gwtquery:gwtquery:1.4.3'

Gradle Kotlin DSL: Add the following com.googlecode.gwtquery : gwtquery gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.gwtquery:gwtquery:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.gwtquery : gwtquery sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.gwtquery" % "gwtquery" % "1.4.3"

Advertisement