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