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