| License | License | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdbootstrap-css-only | 
| Last Version | Last Version3.3.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionbootstrap-css-only WebJar for bootstrap-css-only | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| bootstrap-css-only-3.3.7.pom | |
| bootstrap-css-only-3.3.7.jar | 241 KB | 
| bootstrap-css-only-3.3.7-sources.jar | 22 bytes | 
| bootstrap-css-only-3.3.7-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-css-only/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>bootstrap-css-only</artifactId>
    <version>3.3.7</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-css-only/
implementation 'org.webjars.npm:bootstrap-css-only:3.3.7'// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-css-only/
implementation ("org.webjars.npm:bootstrap-css-only:3.3.7")'org.webjars.npm:bootstrap-css-only:jar:3.3.7'<dependency org="org.webjars.npm" name="bootstrap-css-only" rev="3.3.7">
  <artifact name="bootstrap-css-only" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-css-only', version='3.3.7')
)libraryDependencies += "org.webjars.npm" % "bootstrap-css-only" % "3.3.7"[org.webjars.npm/bootstrap-css-only "3.3.7"]