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