| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks React |
|---|---|
| GroupId | GroupIdcom.github.gwtreact |
| ArtifactId | ArtifactIdgwt-react-router |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gwt-react-router-0.3.0.pom | |
| gwt-react-router-0.3.0.jar | 12 KB |
| gwt-react-router-0.3.0-sources.jar | 10 KB |
| gwt-react-router-0.3.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtreact/gwt-react-router/ -->
<dependency>
<groupId>com.github.gwtreact</groupId>
<artifactId>gwt-react-router</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-react-router/
implementation 'com.github.gwtreact:gwt-react-router:0.3.0'
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-react-router/
implementation ("com.github.gwtreact:gwt-react-router:0.3.0")
'com.github.gwtreact:gwt-react-router:jar:0.3.0'
<dependency org="com.github.gwtreact" name="gwt-react-router" rev="0.3.0">
<artifact name="gwt-react-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtreact', module='gwt-react-router', version='0.3.0')
)
libraryDependencies += "com.github.gwtreact" % "gwt-react-router" % "0.3.0"
[com.github.gwtreact/gwt-react-router "0.3.0"]