MVN

com.sksamuel.jqm4gwt : jqm4gwt-datatables

Maven & Gradle

Oct 28, 2016
50 stars

jqm4gwt Plugin: DataTables · Plugin to jqm4gwt to use jQuery DataTables

<dependency>
    <groupId>com.sksamuel.jqm4gwt</groupId>
    <artifactId>jqm4gwt-datatables</artifactId>
    <version>1.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sksamuel.jqm4gwt : jqm4gwt-datatables to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.7

All Versions

Choose a version of com.sksamuel.jqm4gwt : jqm4gwt-datatables to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
jqm4gwt-datatables-1.4.7

How to add a dependency to Maven

Add the following com.sksamuel.jqm4gwt : jqm4gwt-datatables maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sksamuel.jqm4gwt</groupId>
    <artifactId>jqm4gwt-datatables</artifactId>
    <version>1.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sksamuel.jqm4gwt : jqm4gwt-datatables gradle dependency to your build.gradle file:

implementation 'com.sksamuel.jqm4gwt:jqm4gwt-datatables:1.4.7'

Gradle Kotlin DSL: Add the following com.sksamuel.jqm4gwt : jqm4gwt-datatables gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sksamuel.jqm4gwt:jqm4gwt-datatables:1.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sksamuel.jqm4gwt : jqm4gwt-datatables sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sksamuel.jqm4gwt" % "jqm4gwt-datatables" % "1.4.7"

Advertisement