| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdcom.googlecode.gwt-action |
| ArtifactId | ArtifactIdgwt-action |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGwt Action
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.
|
| Filename | Size |
|---|---|
| gwt-action-0.2.pom | |
| gwt-action-0.2.jar | 15 KB |
| gwt-action-0.2-sources.jar | 8 KB |
| gwt-action-0.2-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gwt-action/gwt-action/ -->
<dependency>
<groupId>com.googlecode.gwt-action</groupId>
<artifactId>gwt-action</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwt-action/gwt-action/
implementation 'com.googlecode.gwt-action:gwt-action:0.2'
// https://jarcasting.com/artifacts/com.googlecode.gwt-action/gwt-action/
implementation ("com.googlecode.gwt-action:gwt-action:0.2")
'com.googlecode.gwt-action:gwt-action:jar:0.2'
<dependency org="com.googlecode.gwt-action" name="gwt-action" rev="0.2">
<artifact name="gwt-action" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwt-action', module='gwt-action', version='0.2')
)
libraryDependencies += "com.googlecode.gwt-action" % "gwt-action" % "0.2"
[com.googlecode.gwt-action/gwt-action "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.scannotation : scannotation | jar | 1.0.2 |
| log4j : log4j | jar | 1.2.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 2.0 |
| com.google.inject.extensions : guice-multibindings | jar | 2.0 |
| com.google.gwt : gwt-servlet | jar | 2.0.3 |
| com.google.gwt : gwt-user | jar | 2.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3 |
| easymock : easymockclassextension | jar | 2.2 |