| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdui.bootstrap |
| Version | Version2.5.6 |
| Type | Typejar |
| Description |
Descriptionui.bootstrap
WebJar for ui.bootstrap
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ui.bootstrap-2.5.6.pom | |
| ui.bootstrap-2.5.6.jar | 486 KB |
| ui.bootstrap-2.5.6-sources.jar | 22 bytes |
| ui.bootstrap-2.5.6-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/ui.bootstrap/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>ui.bootstrap</artifactId>
<version>2.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ui.bootstrap/
implementation 'org.webjars.bower:ui.bootstrap:2.5.6'
// https://jarcasting.com/artifacts/org.webjars.bower/ui.bootstrap/
implementation ("org.webjars.bower:ui.bootstrap:2.5.6")
'org.webjars.bower:ui.bootstrap:jar:2.5.6'
<dependency org="org.webjars.bower" name="ui.bootstrap" rev="2.5.6">
<artifact name="ui.bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ui.bootstrap', version='2.5.6')
)
libraryDependencies += "org.webjars.bower" % "ui.bootstrap" % "2.5.6"
[org.webjars.bower/ui.bootstrap "2.5.6"]