MVN

org.webjars.bower : bootstrap-css-only

Maven & Gradle

Oct 11, 2016
1 usages
124 stars

bootstrap-css-only · WebJar for bootstrap-css-only

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>bootstrap-css-only</artifactId>
    <version>3.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : bootstrap-css-only to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.7

All Versions

Choose a version of org.webjars.bower : bootstrap-css-only to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
bootstrap-css-only-3.3.7
bootstrap-css-only-3.3.6
bootstrap-css-only-3.3.5
bootstrap-css-only-3.3.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>bootstrap-css-only</artifactId>
    <version>3.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : bootstrap-css-only gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:bootstrap-css-only:3.3.7'

Gradle Kotlin DSL: Add the following org.webjars.bower : bootstrap-css-only gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:bootstrap-css-only:3.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : bootstrap-css-only sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "bootstrap-css-only" % "3.3.7"

Advertisement