Download rpc-client-common-0.1.jar file - Jar r

Jar examples for r:rpc-client-common

Description

Basic rpc wiring and rebinding to be used by any server implementation

You can download jar file rpc-client-common 0.1 in this page.

Build File

You can use the following script to add rpc-client-common-0.1.jar to your project.

<dependency>
   <groupId>com.colinalworth.gwt.websockets</groupId>
   <artifactId>rpc-client-common</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.colinalworth.gwt.websockets', name: 'rpc-client-common', version: '0.1'
libraryDependencies += "com.colinalworth.gwt.websockets" % "rpc-client-common" % "0.1"
<dependency org="com.colinalworth.gwt.websockets" name="rpc-client-common" rev="0.1"/>
@Grapes(@Grab(group='com.colinalworth.gwt.websockets', module='rpc-client-common', version='0.1'))
'com.colinalworth.gwt.websockets:rpc-client-common:jar:0.1'

Download

Click the following link to download the jar file.

rpc-client-common-0.1-javadoc.jar
rpc-client-common-0.1-sources.jar
rpc-client-common-0.1.jar
rpc-client-common-0.1.pom



Related Tutorials