| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdcom.github.sn42.gwt | 
| ArtifactId | ArtifactIdgwt-rpc-async-processor | 
| Last Version | Last Version0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.github.sn42.gwt:gwt-rpc-async-processor Annotation processor to generate GWT-RPC asynchronous interfaces. | 
<!-- https://jarcasting.com/artifacts/com.github.sn42.gwt/gwt-rpc-async-processor/ -->
<dependency>
    <groupId>com.github.sn42.gwt</groupId>
    <artifactId>gwt-rpc-async-processor</artifactId>
    <version>0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.sn42.gwt/gwt-rpc-async-processor/
implementation 'com.github.sn42.gwt:gwt-rpc-async-processor:0.1'// https://jarcasting.com/artifacts/com.github.sn42.gwt/gwt-rpc-async-processor/
implementation ("com.github.sn42.gwt:gwt-rpc-async-processor:0.1")'com.github.sn42.gwt:gwt-rpc-async-processor:jar:0.1'<dependency org="com.github.sn42.gwt" name="gwt-rpc-async-processor" rev="0.1">
  <artifact name="gwt-rpc-async-processor" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.sn42.gwt', module='gwt-rpc-async-processor', version='0.1')
)libraryDependencies += "com.github.sn42.gwt" % "gwt-rpc-async-processor" % "0.1"[com.github.sn42.gwt/gwt-rpc-async-processor "0.1"]