| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdconnected-react-router |
| Version | Version6.0.0-beta.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/connected-react-router/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>connected-react-router</artifactId>
<version>6.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/connected-react-router/
implementation 'org.webjars.npm:connected-react-router:6.0.0-beta.1'
// https://jarcasting.com/artifacts/org.webjars.npm/connected-react-router/
implementation ("org.webjars.npm:connected-react-router:6.0.0-beta.1")
'org.webjars.npm:connected-react-router:jar:6.0.0-beta.1'
<dependency org="org.webjars.npm" name="connected-react-router" rev="6.0.0-beta.1">
<artifact name="connected-react-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='connected-react-router', version='6.0.0-beta.1')
)
libraryDependencies += "org.webjars.npm" % "connected-react-router" % "6.0.0-beta.1"
[org.webjars.npm/connected-react-router "6.0.0-beta.1"]