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