MVN

org.webjars.npm : types__bootstrap

Maven & Gradle

Jul 03, 2023
47.2k stars

@types/bootstrap · WebJar for @types/bootstrap

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

Latest Version

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

  • Latest Stable: 4.6.2

All Versions

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

Version Vulnerabilities Updated
5.2.x
types__bootstrap-5.2.6
4.6.x
types__bootstrap-4.6.2
4.3.x
types__bootstrap-4.3.3
types__bootstrap-4.3.2
types__bootstrap-4.3.1
types__bootstrap-4.3.0
4.2.x
types__bootstrap-4.2.2
types__bootstrap-4.2.0
4.1.x
types__bootstrap-4.1.2
types__bootstrap-4.1.0
3.4.x
types__bootstrap-3.4.0
3.3.x
types__bootstrap-3.3.42
types__bootstrap-3.3.40
types__bootstrap-3.3.39
types__bootstrap-3.3.32
types__bootstrap-3.3.28

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>types__bootstrap</artifactId>
    <version>4.6.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:types__bootstrap:4.6.2'

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

implementation("org.webjars.npm:types__bootstrap:4.6.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "types__bootstrap" % "4.6.2"

Advertisement