GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootswatch-default |
Version | Version3.3.5+4 |
Type | Typejar |
Filename | Size |
---|---|
bootswatch-default-3.3.5+4.pom | |
bootswatch-default-3.3.5+4.jar | 365 KB |
bootswatch-default-3.3.5+4-javadoc.jar | 352 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootswatch-default/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootswatch-default</artifactId>
<version>3.3.5+4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootswatch-default/
implementation 'org.webjars:bootswatch-default:3.3.5+4'
// https://jarcasting.com/artifacts/org.webjars/bootswatch-default/
implementation ("org.webjars:bootswatch-default:3.3.5+4")
'org.webjars:bootswatch-default:jar:3.3.5+4'
<dependency org="org.webjars" name="bootswatch-default" rev="3.3.5+4">
<artifact name="bootswatch-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootswatch-default', version='3.3.5+4')
)
libraryDependencies += "org.webjars" % "bootswatch-default" % "3.3.5+4"
[org.webjars/bootswatch-default "3.3.5+4"]