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