is not current version
Last Version 1.2.0

net.customware.gwt.dispatch:gwt-dispatch 1.0.0

This library provides a 'command pattern' API implementation for GWT.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Net
GroupId

GroupId

net.customware.gwt.dispatch
ArtifactId

ArtifactId

gwt-dispatch
Version

Version

1.0.0
Type

Type

jar

Download gwt-dispatch 1.0.0


<!-- https://jarcasting.com/artifacts/net.customware.gwt.dispatch/gwt-dispatch/ -->
<dependency>
    <groupId>net.customware.gwt.dispatch</groupId>
    <artifactId>gwt-dispatch</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.customware.gwt.dispatch/gwt-dispatch/
implementation 'net.customware.gwt.dispatch:gwt-dispatch:1.0.0'
// https://jarcasting.com/artifacts/net.customware.gwt.dispatch/gwt-dispatch/
implementation ("net.customware.gwt.dispatch:gwt-dispatch:1.0.0")
'net.customware.gwt.dispatch:gwt-dispatch:jar:1.0.0'
<dependency org="net.customware.gwt.dispatch" name="gwt-dispatch" rev="1.0.0">
  <artifact name="gwt-dispatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.customware.gwt.dispatch', module='gwt-dispatch', version='1.0.0')
)
libraryDependencies += "net.customware.gwt.dispatch" % "gwt-dispatch" % "1.0.0"
[net.customware.gwt.dispatch/gwt-dispatch "1.0.0"]