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