| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdbootswatch |
| Version | Version5.0.2 |
| Type | Typejar |
| Description |
DescriptionBootswatch full distribution as webjar
WebJar for Bootswatch
|
| Filename | Size |
|---|---|
| bootswatch-5.0.2.pom | |
| bootswatch-5.0.2.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootswatch/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootswatch</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootswatch/
implementation 'org.webjars:bootswatch:5.0.2'
// https://jarcasting.com/artifacts/org.webjars/bootswatch/
implementation ("org.webjars:bootswatch:5.0.2")
'org.webjars:bootswatch:jar:5.0.2'
<dependency org="org.webjars" name="bootswatch" rev="5.0.2">
<artifact name="bootswatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootswatch', version='5.0.2')
)
libraryDependencies += "org.webjars" % "bootswatch" % "5.0.2"
[org.webjars/bootswatch "5.0.2"]