MVN

org.webjars.npm : react-bootstrap-table-next

Maven & Gradle

Dec 12, 2019
1.2k stars

react-bootstrap-table-next · WebJar for react-bootstrap-table-next

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-bootstrap-table-next</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : react-bootstrap-table-next to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.3

All Versions

Choose a version of org.webjars.npm : react-bootstrap-table-next to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
react-bootstrap-table-next-3.3.3
3.1.x
react-bootstrap-table-next-3.1.2
react-bootstrap-table-next-3.1.1
2.0.x
react-bootstrap-table-next-2.0.0
1.1.x
react-bootstrap-table-next-1.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-bootstrap-table-next</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : react-bootstrap-table-next gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:react-bootstrap-table-next:3.3.3'

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

implementation("org.webjars.npm:react-bootstrap-table-next:3.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : react-bootstrap-table-next sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "react-bootstrap-table-next" % "3.3.3"

Advertisement