Download gwtp-dispatch-rpc-client-1.4.jar file

Introduction

You can download gwtp-dispatch-rpc-client-1.4.jar in this page.

License

Open Source

Type List

gwtp-dispatch-rpc-client-1.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.gwtplatform/gwtp-dispatch-rpc-client/pom.properties
META-INF/maven/com.gwtplatform/gwtp-dispatch-rpc-client/pom.xml
com.gwtplatform.dispatch.client.AbstractDispatchAsync.class
com.gwtplatform.dispatch.client.AbstractDispatchAsync.java
com.gwtplatform.dispatch.client.DefaultDispatchAsync.class
com.gwtplatform.dispatch.client.DefaultDispatchAsync.java
com.gwtplatform.dispatch.client.PhoneGapDispatchAsync.class
com.gwtplatform.dispatch.client.PhoneGapDispatchAsync.java
com.gwtplatform.dispatch.client.RemoteServerUrl.class
com.gwtplatform.dispatch.client.RemoteServerUrl.java
com.gwtplatform.dispatch.client.RpcDispatchAsync.class
com.gwtplatform.dispatch.client.RpcDispatchAsync.java
com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.class
com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.java
com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule.class
com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule.java
com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory.class
com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory.java
com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchHooks.class
com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchHooks.java
com.gwtplatform.dispatch.rpc.client.PhoneGapDispatchAsync.class
com.gwtplatform.dispatch.rpc.client.PhoneGapDispatchAsync.java
com.gwtplatform.dispatch.rpc.client.RemoteServerUrl.class
com.gwtplatform.dispatch.rpc.client.RemoteServerUrl.java
com.gwtplatform.dispatch.rpc.client.RpcBinding.class
com.gwtplatform.dispatch.rpc.client.RpcBinding.java
com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync.class
com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync.java
com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory.class
com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory.java
com.gwtplatform.dispatch.rpc.client.RpcDispatchExecuteCall.class
com.gwtplatform.dispatch.rpc.client.RpcDispatchExecuteCall.java
com.gwtplatform.dispatch.rpc.client.RpcDispatchHooks.class
com.gwtplatform.dispatch.rpc.client.RpcDispatchHooks.java
com.gwtplatform.dispatch.rpc.client.RpcDispatchUndoCall.class
com.gwtplatform.dispatch.rpc.client.RpcDispatchUndoCall.java
com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule.class
com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule.java
com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.class
com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.java
com.gwtplatform.dispatch.rpc.client.interceptor.AbstractRpcInterceptor.class
com.gwtplatform.dispatch.rpc.client.interceptor.AbstractRpcInterceptor.java
com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry.class
com.gwtplatform.dispatch.rpc.client.interceptor.DefaultRpcInterceptorRegistry.java
com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptedAsyncCallback.class
com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptedAsyncCallback.java
com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptor.class
com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptor.java
com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptorRegistry.class
com.gwtplatform.dispatch.rpc.client.interceptor.RpcInterceptorRegistry.java
com.gwtplatform.dispatch.rpc.client.interceptor.UndoCommand.class
com.gwtplatform.dispatch.rpc.client.interceptor.UndoCommand.java
com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor.class
com.gwtplatform.dispatch.rpc.client.interceptor.caching.AbstractCachingRpcInterceptor.java
com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache.class
com.gwtplatform.dispatch.rpc.client.interceptor.caching.Cache.java
com.gwtplatform.dispatch.rpc.client.interceptor.caching.CachingInterceptor.class
com.gwtplatform.dispatch.rpc.client.interceptor.caching.CachingInterceptor.java
com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl.class
com.gwtplatform.dispatch.rpc.client.interceptor.caching.DefaultCacheImpl.java
com/gwtplatform/dispatch/Dispatch.gwt.xml
com/gwtplatform/dispatch/rpc/DispatchRpc.gwt.xml

Pom

gwtp-dispatch-rpc-client-1.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.gwtplatform</groupId>
        <artifactId>gwtp-core</artifactId>
        <version>1.4</version>
    </parent>

    <artifactId>gwtp-dispatch-rpc-client</artifactId>
    <name>GWTP RPC-Dispatch Client</name>

    <build>
        <resources>
            <!-- Bundle sources with the jar, so they are visible to GWT's compiler -->
            <resource>
                <directory>src/main/java</directory>
                <includes>
                    <include>**/*.java</include>
                </includes>
            </resource>
            <!-- Bundle module descriptor with the jar, so it is visible to GWT's compiler -->
            <resource>
                <directory>src/main/resources</directory>
                <includes>
                    <include>**/*.gwt.xml</include>
                </includes>
            </resource>
        </resources>
    </build>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>gwtp-clients-common</artifactId>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>gwtp-dispatch-common-client</artifactId>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>gwtp-dispatch-rpc-shared</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-user</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-dev</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.gwt.inject</groupId>
            <artifactId>gin</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.gwtplatform</groupId>
   <artifactId>gwtp-dispatch-rpc-client</artifactId>
   <version>1.4</version>
</dependency>

Download

If you think the following gwtp-dispatch-rpc-client-1.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gwtp-dispatch-rpc-client-1.4.jar file




PreviousNext

Related