is not current version
Last Version 0.2

com.googlecode.gwt-action:gwt-action 0.1

Gwt-action is a lightweight 'command pattern' implementation for GWT that uses Guice for Dependency Injection Handlers that process Actions are automatically bound if they have the @BindHandler annotation present.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.googlecode.gwt-action
ArtifactId

ArtifactId

gwt-action
Version

Version

0.1
Type

Type

jar

Download gwt-action 0.1


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