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