License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.manishahluwalia.gwt |
ArtifactId | ArtifactIdrpcwrapper |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRpcWrapper
An rpc wrapper mechanism that allows some cool GWT-RPC tricks. More desc TBD
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rpcwrapper-0.0.1.pom | |
rpcwrapper-0.0.1.jar | 24 KB |
rpcwrapper-0.0.1-sources.jar | 6 KB |
rpcwrapper-0.0.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.manishahluwalia.gwt/rpcwrapper/ -->
<dependency>
<groupId>com.github.manishahluwalia.gwt</groupId>
<artifactId>rpcwrapper</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.manishahluwalia.gwt/rpcwrapper/
implementation 'com.github.manishahluwalia.gwt:rpcwrapper:0.0.1'
// https://jarcasting.com/artifacts/com.github.manishahluwalia.gwt/rpcwrapper/
implementation ("com.github.manishahluwalia.gwt:rpcwrapper:0.0.1")
'com.github.manishahluwalia.gwt:rpcwrapper:jar:0.0.1'
<dependency org="com.github.manishahluwalia.gwt" name="rpcwrapper" rev="0.0.1">
<artifact name="rpcwrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.manishahluwalia.gwt', module='rpcwrapper', version='0.0.1')
)
libraryDependencies += "com.github.manishahluwalia.gwt" % "rpcwrapper" % "0.0.1"
[com.github.manishahluwalia.gwt/rpcwrapper "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.7.0 |