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