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