is not current version
Last Version 5.0.2

org.webjars:bootswatch 2.3.1

WebJar for Bootswatch

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootswatch
Version

Version

2.3.1
Type

Type

jar

Download bootswatch 2.3.1


<!-- https://jarcasting.com/artifacts/org.webjars/bootswatch/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootswatch</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootswatch/
implementation 'org.webjars:bootswatch:2.3.1'
// https://jarcasting.com/artifacts/org.webjars/bootswatch/
implementation ("org.webjars:bootswatch:2.3.1")
'org.webjars:bootswatch:jar:2.3.1'
<dependency org="org.webjars" name="bootswatch" rev="2.3.1">
  <artifact name="bootswatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootswatch', version='2.3.1')
)
libraryDependencies += "org.webjars" % "bootswatch" % "2.3.1"
[org.webjars/bootswatch "2.3.1"]