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