GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdbootswatch |
Version | Version3.3.4 |
Type | Typejar |
Filename | Size |
---|---|
bootswatch-3.3.4.pom | |
bootswatch-3.3.4.jar | 1 MB |
bootswatch-3.3.4-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/bootswatch/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>bootswatch</artifactId>
<version>3.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bootswatch/
implementation 'org.webjars.bower:bootswatch:3.3.4'
// https://jarcasting.com/artifacts/org.webjars.bower/bootswatch/
implementation ("org.webjars.bower:bootswatch:3.3.4")
'org.webjars.bower:bootswatch:jar:3.3.4'
<dependency org="org.webjars.bower" name="bootswatch" rev="3.3.4">
<artifact name="bootswatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bootswatch', version='3.3.4')
)
libraryDependencies += "org.webjars.bower" % "bootswatch" % "3.3.4"
[org.webjars.bower/bootswatch "3.3.4"]