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