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