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