Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-bootstrap |
Version | Version1.0.0-beta.16 |
Type | Typejar |
Filename | Size |
---|---|
react-bootstrap-1.0.0-beta.16.pom | |
react-bootstrap-1.0.0-beta.16.jar | 444 KB |
react-bootstrap-1.0.0-beta.16-sources.jar | 22 bytes |
react-bootstrap-1.0.0-beta.16-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>1.0.0-beta.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap/
implementation 'org.webjars.npm:react-bootstrap:1.0.0-beta.16'
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap/
implementation ("org.webjars.npm:react-bootstrap:1.0.0-beta.16")
'org.webjars.npm:react-bootstrap:jar:1.0.0-beta.16'
<dependency org="org.webjars.npm" name="react-bootstrap" rev="1.0.0-beta.16">
<artifact name="react-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-bootstrap', version='1.0.0-beta.16')
)
libraryDependencies += "org.webjars.npm" % "react-bootstrap" % "1.0.0-beta.16"
[org.webjars.npm/react-bootstrap "1.0.0-beta.16"]