MVN

org.webjars.bowergithub.tempusdominus : bootstrap-4

Maven & Gradle

Nov 16, 2021
609 stars

tempusdominus-bootstrap-4 · WebJar for tempusdominus-bootstrap-4

<dependency>
    <groupId>org.webjars.bowergithub.tempusdominus</groupId>
    <artifactId>bootstrap-4</artifactId>
    <version>5.39.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.39.0

All Versions

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

Version Vulnerabilities Updated
5.39.x
bootstrap-4-5.39.0
5.1.x
bootstrap-4-5.1.2
bootstrap-4-5.1.1
5.0.x
bootstrap-4-5.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.tempusdominus</groupId>
    <artifactId>bootstrap-4</artifactId>
    <version>5.39.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.tempusdominus:bootstrap-4:5.39.0'

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

implementation("org.webjars.bowergithub.tempusdominus:bootstrap-4:5.39.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.tempusdominus" % "bootstrap-4" % "5.39.0"