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