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