Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdreact-bootstrap |
Version | Version0.27.1 |
Type | Typejar |
Filename | Size |
---|---|
react-bootstrap-0.27.1.pom | |
react-bootstrap-0.27.1.jar | 364 KB |
react-bootstrap-0.27.1-sources.jar | 22 bytes |
react-bootstrap-0.27.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/react-bootstrap/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>react-bootstrap</artifactId>
<version>0.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/react-bootstrap/
implementation 'org.webjars.bower:react-bootstrap:0.27.1'
// https://jarcasting.com/artifacts/org.webjars.bower/react-bootstrap/
implementation ("org.webjars.bower:react-bootstrap:0.27.1")
'org.webjars.bower:react-bootstrap:jar:0.27.1'
<dependency org="org.webjars.bower" name="react-bootstrap" rev="0.27.1">
<artifact name="react-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='react-bootstrap', version='0.27.1')
)
libraryDependencies += "org.webjars.bower" % "react-bootstrap" % "0.27.1"
[org.webjars.bower/react-bootstrap "0.27.1"]