MVN

org.webjars.npm : bootbox

Maven & Gradle

Mar 21, 2023

bootbox · WebJar for bootbox

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>bootbox</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.0

All Versions

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

  • Version Updated
  • bootbox-6.0.0

    Mar 21, 2023
  • bootbox-5.5.3

    May 13, 2022
  • bootbox-5.5.2

    Jan 26, 2021
  • bootbox-5.4.0

    Mar 25, 2020
  • bootbox-5.3.4

    Nov 27, 2019
  • bootbox-4.4.0

    Feb 10, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>bootbox</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : bootbox gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:bootbox:6.0.0'

Gradle Kotlin DSL: Add the following org.webjars.npm : bootbox gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:bootbox:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : bootbox sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "bootbox" % "6.0.0"