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