GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-switch |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-switch-1.8.pom | |
bootstrap-switch-1.8.jar | 14 KB |
bootstrap-switch-1.8-sources.jar | 3 KB |
bootstrap-switch-1.8-javadoc.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-switch/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-switch</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-switch/
implementation 'org.webjars:bootstrap-switch:1.8'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-switch/
implementation ("org.webjars:bootstrap-switch:1.8")
'org.webjars:bootstrap-switch:jar:1.8'
<dependency org="org.webjars" name="bootstrap-switch" rev="1.8">
<artifact name="bootstrap-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-switch', version='1.8')
)
libraryDependencies += "org.webjars" % "bootstrap-switch" % "1.8"
[org.webjars/bootstrap-switch "1.8"]