MVN

org.webjars.bowergithub.hhurz : tableexport.jquery.plugin

Maven & Gradle

Feb 13, 2023
977 stars

tableexport.jquery.plugin · WebJar for tableexport.jquery.plugin

<dependency>
    <groupId>org.webjars.bowergithub.hhurz</groupId>
    <artifactId>tableexport.jquery.plugin</artifactId>
    <version>1.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.hhurz : tableexport.jquery.plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.26.0

All Versions

Choose a version of org.webjars.bowergithub.hhurz : tableexport.jquery.plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.26.x
tableexport.jquery.plugin-1.26.0
1.10.x
tableexport.jquery.plugin-1.10.22
CVE-2022-1291
tableexport.jquery.plugin-1.10.11
CVE-2022-1291
tableexport.jquery.plugin-1.10.3
CVE-2022-1291
tableexport.jquery.plugin-1.10.1
CVE-2022-1291
1.9.x
tableexport.jquery.plugin-1.9.11
CVE-2022-1291
tableexport.jquery.plugin-1.9.10
CVE-2022-1291

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.hhurz</groupId>
    <artifactId>tableexport.jquery.plugin</artifactId>
    <version>1.26.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.hhurz : tableexport.jquery.plugin gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.hhurz:tableexport.jquery.plugin:1.26.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.hhurz : tableexport.jquery.plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.hhurz:tableexport.jquery.plugin:1.26.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.hhurz : tableexport.jquery.plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.hhurz" % "tableexport.jquery.plugin" % "1.26.0"