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