| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdcom.samskivert |
| ArtifactId | ArtifactIdgwt-asyncgen |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongwt-asyncgen
A tool for generating GWT RPC async interfaces.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gwt-asyncgen-1.0.pom | |
| gwt-asyncgen-1.0.jar | 15 KB |
| gwt-asyncgen-1.0-sources.jar | 6 KB |
| gwt-asyncgen-1.0-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.samskivert/gwt-asyncgen/ -->
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>gwt-asyncgen</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.samskivert/gwt-asyncgen/
implementation 'com.samskivert:gwt-asyncgen:1.0'
// https://jarcasting.com/artifacts/com.samskivert/gwt-asyncgen/
implementation ("com.samskivert:gwt-asyncgen:1.0")
'com.samskivert:gwt-asyncgen:jar:1.0'
<dependency org="com.samskivert" name="gwt-asyncgen" rev="1.0">
<artifact name="gwt-asyncgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samskivert', module='gwt-asyncgen', version='1.0')
)
libraryDependencies += "com.samskivert" % "gwt-asyncgen" % "1.0"
[com.samskivert/gwt-asyncgen "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.0.4 |
| org.apache.ant : ant | jar | 1.7.1 |