MVN

org.webjars.bowergithub.olifolkerd : tabulator

Maven & Gradle

Feb 06, 2021
6.1k stars

tabulator · WebJar for tabulator

<dependency>
    <groupId>org.webjars.bowergithub.olifolkerd</groupId>
    <artifactId>tabulator</artifactId>
    <version>4.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.olifolkerd : tabulator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.3

All Versions

Choose a version of org.webjars.bowergithub.olifolkerd : tabulator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
tabulator-4.9.3
4.5.x
tabulator-4.5.3
tabulator-4.5.2
4.4.x
tabulator-4.4.1
4.3.x
tabulator-4.3.0
4.2.x
tabulator-4.2.5
4.1.x
tabulator-4.1.2
4.0.x
tabulator-4.0.5
tabulator-4.0.4
tabulator-4.0.0
3.5.x
tabulator-3.5.3
tabulator-3.5.1
3.4.x
tabulator-3.4.6

How to add a dependency to Maven

Add the following org.webjars.bowergithub.olifolkerd : tabulator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.olifolkerd</groupId>
    <artifactId>tabulator</artifactId>
    <version>4.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.olifolkerd : tabulator gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.olifolkerd:tabulator:4.9.3'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.olifolkerd : tabulator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.olifolkerd:tabulator:4.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.olifolkerd : tabulator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.olifolkerd" % "tabulator" % "4.9.3"