MVN

org.webjars : datatables-tools

Maven & Gradle

May 05, 2015

datatables-tools · WebJar for DataTables Tools

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>datatables-tools</artifactId>
    <version>2.2.4-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars : datatables-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4-1

All Versions

Choose a version of org.webjars : datatables-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
datatables-tools-2.2.4-1
datatables-tools-2.2.4
2.1.x
datatables-tools-2.1.5

How to add a dependency to Maven

Add the following org.webjars : datatables-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>datatables-tools</artifactId>
    <version>2.2.4-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : datatables-tools gradle dependency to your build.gradle file:

implementation 'org.webjars:datatables-tools:2.2.4-1'

Gradle Kotlin DSL: Add the following org.webjars : datatables-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:datatables-tools:2.2.4-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : datatables-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "datatables-tools" % "2.2.4-1"

Advertisement