License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdbootswatch |
Last Version | Last Version5.0.2 |
Release Date | Release Date |
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 |
bootswatch-5.0.2-javadoc.jar | 1019 KB |
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"]