MVN

org.webjars.npm : bootswatch

Maven & Gradle

Aug 03, 2023
1 usages
14.3k stars

bootswatch · WebJar for bootswatch

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

Latest Version

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

  • Latest Stable: 5.3.1
  • Latest Beta: 4.0.0-beta.2
  • Latest Alpha: 4.0.0-alpha.6

All Versions

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

Version Vulnerabilities Updated
5.3.x
bootswatch-5.3.1
bootswatch-5.3.0
5.2.x
bootswatch-5.2.3
bootswatch-5.2.2
bootswatch-5.2.1
bootswatch-5.2.0
5.1.x
bootswatch-5.1.3
bootswatch-5.1.2
bootswatch-5.1.1
bootswatch-5.1.0
5.0.x
bootswatch-5.0.2
bootswatch-5.0.1
4.6.x
bootswatch-4.6.1
bootswatch-4.6.0
4.5.x
bootswatch-4.5.3
bootswatch-4.5.2
bootswatch-4.5.0
4.4.x
bootswatch-4.4.1
4.3.x
bootswatch-4.3.1
4.1.x
bootswatch-4.1.2
bootswatch-4.1.1
4.0.x
bootswatch-4.0.0
bootswatch-4.0.0-beta.2
bootswatch-4.0.0-alpha.6
3.4.x
bootswatch-3.4.1
3.3.x
bootswatch-3.3.7
bootswatch-3.3.6
bootswatch-3.3.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>bootswatch</artifactId>
    <version>5.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:bootswatch:5.3.1'

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

implementation("org.webjars.npm:bootswatch:5.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "bootswatch" % "5.3.1"