MVN

org.webjars.bowergithub.wenzhixin : bootstrap-table

Maven & Gradle

Jul 19, 2023
11.6k stars

bootstrap-table · WebJar for bootstrap-table

<dependency>
    <groupId>org.webjars.bowergithub.wenzhixin</groupId>
    <artifactId>bootstrap-table</artifactId>
    <version>1.22.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.wenzhixin : bootstrap-table to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22.1

All Versions

Choose a version of org.webjars.bowergithub.wenzhixin : bootstrap-table to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22.x
bootstrap-table-1.22.1
bootstrap-table-1.22.0
1.21.x
bootstrap-table-1.21.2
bootstrap-table-1.21.1
bootstrap-table-1.21.0
1.20.x
bootstrap-table-1.20.2
1.19.x
bootstrap-table-1.19.1
bootstrap-table-1.19.0
1.18.x
bootstrap-table-1.18.3
bootstrap-table-1.18.2
bootstrap-table-1.18.1
bootstrap-table-1.18.0
1.17.x
bootstrap-table-1.17.1
1.16.x
bootstrap-table-1.16.0
1.15.x
bootstrap-table-1.15.5
bootstrap-table-1.15.4
1.14.x
bootstrap-table-1.14.2
1.13.x
bootstrap-table-1.13.3
bootstrap-table-1.13.2
bootstrap-table-1.13.1
bootstrap-table-1.13.0
1.12.x
bootstrap-table-1.12.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.wenzhixin</groupId>
    <artifactId>bootstrap-table</artifactId>
    <version>1.22.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.wenzhixin : bootstrap-table gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.wenzhixin:bootstrap-table:1.22.1'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.wenzhixin : bootstrap-table gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.wenzhixin:bootstrap-table:1.22.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.wenzhixin : bootstrap-table sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.wenzhixin" % "bootstrap-table" % "1.22.1"