MVN

org.webjars : bootswatch-journal

Maven & Gradle

Sep 01, 2021
1 usages
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootswatch-journal</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.2

All Versions

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

Version Vulnerabilities Updated
5.0.x
bootswatch-journal-5.0.2
4.2.x
bootswatch-journal-4.2.1
4.1.x
bootswatch-journal-4.1.3
4.0.x
bootswatch-journal-4.0.0
3.3.x
bootswatch-journal-3.3.7
bootswatch-journal-3.3.5
bootswatch-journal-3.3.2
bootswatch-journal-3.3.5+4
bootswatch-journal-3.3.4+1
bootswatch-journal-3.3.1+2
3.2.x
bootswatch-journal-3.2.0-1
bootswatch-journal-3.2.0
bootswatch-journal-3.2.0+4
3.1.x
bootswatch-journal-3.1.1
bootswatch-journal-3.1.0
bootswatch-journal-3.1.1+1
bootswatch-journal-3.1.0+1
3.0.x
bootswatch-journal-3.0.3+1-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootswatch-journal</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars:bootswatch-journal:5.0.2'

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

implementation("org.webjars:bootswatch-journal:5.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars" % "bootswatch-journal" % "5.0.2"