| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks CLI ORM Data | 
|---|---|
| GroupId | GroupIdcom.gwtplatform | 
| ArtifactId | ArtifactIdgwtp-dispatch-client | 
| Version | Version0.8-alpha-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.gwtplatform/gwtp-dispatch-client/ -->
<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-dispatch-client</artifactId>
    <version>0.8-alpha-2</version>
</dependency>// https://jarcasting.com/artifacts/com.gwtplatform/gwtp-dispatch-client/
implementation 'com.gwtplatform:gwtp-dispatch-client:0.8-alpha-2'// https://jarcasting.com/artifacts/com.gwtplatform/gwtp-dispatch-client/
implementation ("com.gwtplatform:gwtp-dispatch-client:0.8-alpha-2")'com.gwtplatform:gwtp-dispatch-client:jar:0.8-alpha-2'<dependency org="com.gwtplatform" name="gwtp-dispatch-client" rev="0.8-alpha-2">
  <artifact name="gwtp-dispatch-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gwtplatform', module='gwtp-dispatch-client', version='0.8-alpha-2')
)libraryDependencies += "com.gwtplatform" % "gwtp-dispatch-client" % "0.8-alpha-2"[com.gwtplatform/gwtp-dispatch-client "0.8-alpha-2"]