GWT Dispatch

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

License

License

Categories

Categories

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

GroupId

net.customware.gwt.dispatch
ArtifactId

ArtifactId

gwt-dispatch
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://code.google.com/p/gwt-dispatch
Project Organization

Project Organization

customware.net

Download gwt-dispatch

How to add to project

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

Dependencies

provided (7)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.0.4
com.google.gwt : gwt-servlet jar 2.0.4
com.google.inject : guice jar 2.0
com.googlecode.gwt.inject : gin jar 1.0
com.google.appengine : appengine-api-1.0-sdk jar 1.2.1
org.springframework : spring-beans jar 2.5.6
org.springframework : spring-web jar 2.5.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.4
org.easytesting : fest-assert jar 1.4
org.mockito : mockito-core jar 1.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0