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