License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks CLI |
GroupId | GroupIdcom.colinalworth.gwt.websockets |
ArtifactId | ArtifactIdrpc-client-common |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionBasic rpc wiring and rebinding to be used by any server implementation
|
Project Organization |
Project OrganizationVertispan LLC |
Filename | Size |
---|---|
rpc-client-common-0.1.1.pom | |
rpc-client-common-0.1.1.jar | 62 KB |
rpc-client-common-0.1.1-sources.jar | 30 KB |
rpc-client-common-0.1.1-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/rpc-client-common/ -->
<dependency>
<groupId>com.colinalworth.gwt.websockets</groupId>
<artifactId>rpc-client-common</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/rpc-client-common/
implementation 'com.colinalworth.gwt.websockets:rpc-client-common:0.1.1'
// https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/rpc-client-common/
implementation ("com.colinalworth.gwt.websockets:rpc-client-common:0.1.1")
'com.colinalworth.gwt.websockets:rpc-client-common:jar:0.1.1'
<dependency org="com.colinalworth.gwt.websockets" name="rpc-client-common" rev="0.1.1">
<artifact name="rpc-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.colinalworth.gwt.websockets', module='rpc-client-common', version='0.1.1')
)
libraryDependencies += "com.colinalworth.gwt.websockets" % "rpc-client-common" % "0.1.1"
[com.colinalworth.gwt.websockets/rpc-client-common "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.8.2 |
com.google.gwt : gwt-dev | jar | 2.8.2 |