MVN

org.webjars : bootswatch-default

Maven & Gradle

Feb 09, 2017
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootswatch-default</artifactId>
    <version>3.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.7

All Versions

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

Version Vulnerabilities Updated
3.3.x
bootswatch-default-3.3.7
bootswatch-default-3.3.5
bootswatch-default-3.3.2
bootswatch-default-3.3.5+4
bootswatch-default-3.3.4+1
bootswatch-default-3.3.1+2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootswatch-default</artifactId>
    <version>3.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : bootswatch-default gradle dependency to your build.gradle file:

implementation 'org.webjars:bootswatch-default:3.3.7'

Gradle Kotlin DSL: Add the following org.webjars : bootswatch-default gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:bootswatch-default:3.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : bootswatch-default sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "bootswatch-default" % "3.3.7"

Advertisement