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