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