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