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