MVN

com.github.gwtmaterialdesign : gwt-material-jquery

Maven & Gradle

Aug 04, 2022
5 usages

Gwt Material JQuery · JQuery interface maintained by GWT Material Design

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-jquery</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gwtmaterialdesign : gwt-material-jquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1
  • Latest Release Candidate: 2.6.0-rc1

All Versions

Choose a version of com.github.gwtmaterialdesign : gwt-material-jquery to add to Maven or Gradle - All Versions:

  • Version Updated
  • gwt-material-jquery-2.6.1

    Aug 04, 2022
  • gwt-material-jquery-2.6.0

    Jul 23, 2022
  • gwt-material-jquery-2.6.0-rc1

    Jun 05, 2022
  • gwt-material-jquery-2.5.0

    Sep 06, 2021
  • gwt-material-jquery-2.5.0-rc1

    Feb 24, 2021
  • gwt-material-jquery-2.3.2

    Dec 29, 2020
  • gwt-material-jquery-2.4.2

    Dec 28, 2020
  • gwt-material-jquery-2.4.1

    Sep 26, 2020
  • gwt-material-jquery-2.4.0

    Aug 17, 2020
  • gwt-material-jquery-2.4.0-rc2

    Aug 10, 2020
  • gwt-material-jquery-2.4.0-rc1

    Jul 24, 2020
  • gwt-material-jquery-2.3.0

    Jan 10, 2020
  • gwt-material-jquery-2.3

    Jan 09, 2020
  • gwt-material-jquery-2.2

    Jun 13, 2019
  • gwt-material-jquery-2.2-rc1

    May 08, 2019
  • gwt-material-jquery-2.1.1

    Aug 30, 2018
  • gwt-material-jquery-2.1

    Jul 24, 2018
  • gwt-material-jquery-2.0.1

    Feb 03, 2018
  • gwt-material-jquery-2.0

    Nov 03, 2017
  • gwt-material-jquery-2.0-rc7

    Oct 20, 2017
  • gwt-material-jquery-2.1-rc2

    Oct 12, 2017
  • gwt-material-jquery-2.1-rc1

    Oct 12, 2017
  • gwt-material-jquery-2.0-rc6

    Jul 31, 2017
  • gwt-material-jquery-2.0-rc5

    May 09, 2017
  • gwt-material-jquery-1.0-rc4

    Mar 08, 2017
  • gwt-material-jquery-1.0-rc3

    Nov 28, 2016
  • gwt-material-jquery-1.0-rc2

    Nov 11, 2016
  • gwt-material-jquery-1.0-rc1

    Oct 30, 2016

How to add a dependency to Maven

Add the following com.github.gwtmaterialdesign : gwt-material-jquery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-jquery</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gwtmaterialdesign : gwt-material-jquery gradle dependency to your build.gradle file:

implementation 'com.github.gwtmaterialdesign:gwt-material-jquery:2.6.1'

Gradle Kotlin DSL: Add the following com.github.gwtmaterialdesign : gwt-material-jquery gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gwtmaterialdesign:gwt-material-jquery:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gwtmaterialdesign : gwt-material-jquery sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-jquery" % "2.6.1"