| GroupId | GroupIdorg.webjars.npm | 
|---|---|
| ArtifactId | ArtifactIdbootstrap-css-only | 
| Version | Version3.3.5 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| bootstrap-css-only-3.3.5.pom | |
| bootstrap-css-only-3.3.5.jar | 241 KB | 
| bootstrap-css-only-3.3.5-sources.jar | 22 bytes | 
| bootstrap-css-only-3.3.5-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.5</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-css-only/
implementation 'org.webjars.npm:bootstrap-css-only:3.3.5'// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-css-only/
implementation ("org.webjars.npm:bootstrap-css-only:3.3.5")'org.webjars.npm:bootstrap-css-only:jar:3.3.5'<dependency org="org.webjars.npm" name="bootstrap-css-only" rev="3.3.5">
  <artifact name="bootstrap-css-only" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-css-only', version='3.3.5')
)libraryDependencies += "org.webjars.npm" % "bootstrap-css-only" % "3.3.5"[org.webjars.npm/bootstrap-css-only "3.3.5"]