License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdreact-bootstrap |
Last Version | Last Version0.28.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreact-bootstrap
WebJar for the react bootstrap
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
react-bootstrap-0.28.1.pom | |
react-bootstrap-0.28.1.jar | 122 KB |
react-bootstrap-0.28.1-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/react-bootstrap/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>react-bootstrap</artifactId>
<version>0.28.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/react-bootstrap/
implementation 'org.webjars:react-bootstrap:0.28.1'
// https://jarcasting.com/artifacts/org.webjars/react-bootstrap/
implementation ("org.webjars:react-bootstrap:0.28.1")
'org.webjars:react-bootstrap:jar:0.28.1'
<dependency org="org.webjars" name="react-bootstrap" rev="0.28.1">
<artifact name="react-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='react-bootstrap', version='0.28.1')
)
libraryDependencies += "org.webjars" % "react-bootstrap" % "0.28.1"
[org.webjars/react-bootstrap "0.28.1"]