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