Download gwtp-dispatch-rpc-server-guice-1.2.1.jar file

Introduction

You can download gwtp-dispatch-rpc-server-guice-1.2.1.jar in this page.

License

Open Source

Type List

gwtp-dispatch-rpc-server-guice-1.2.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.gwtplatform/gwtp-dispatch-rpc-server-guice/pom.properties
META-INF/maven/com.gwtplatform/gwtp-dispatch-rpc-server-guice/pom.xml
com.gwtplatform.dispatch.rpc.server.guice.DispatchImpl.class
com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.class
com.gwtplatform.dispatch.rpc.server.guice.DispatchServiceImpl.class
com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider.class
com.gwtplatform.dispatch.rpc.server.guice.HandlerModule.class
com.gwtplatform.dispatch.rpc.server.guice.HttpSessionSecurityCookieFilter.class
com.gwtplatform.dispatch.rpc.server.guice.RandomSecurityCookieFilter.class
com.gwtplatform.dispatch.rpc.server.guice.SecureRandomSingleton.class
com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.ActionHandlerValidatorLinker.class
com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl.class
com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl.class
com.gwtplatform.dispatch.rpc.server.guice.actionvalidator.DefaultActionValidator.class
com.gwtplatform.dispatch.rpc.server.guice.request.DefaultRequestProvider.class
com.gwtplatform.dispatch.server.guice.DispatchImpl.class
com.gwtplatform.dispatch.server.guice.DispatchModule.class
com.gwtplatform.dispatch.server.guice.DispatchServiceImpl.class
com.gwtplatform.dispatch.server.guice.GuiceBeanProvider.class
com.gwtplatform.dispatch.server.guice.HandlerModule.class
com.gwtplatform.dispatch.server.guice.HttpSessionSecurityCookieFilter.class
com.gwtplatform.dispatch.server.guice.RandomSecurityCookieFilter.class
com.gwtplatform.dispatch.server.guice.SecureRandomSingleton.class
com.gwtplatform.dispatch.server.guice.actionhandlervalidator.ActionHandlerValidatorLinker.class
com.gwtplatform.dispatch.server.guice.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl.class
com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl.class
com.gwtplatform.dispatch.server.guice.actionvalidator.DefaultActionValidator.class
com.gwtplatform.dispatch.server.guice.request.DefaultRequestProvider.class

Pom

gwtp-dispatch-rpc-server-guice-1.2.1.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.2.1</version>
    </parent>

    <artifactId>gwtp-dispatch-rpc-server-guice</artifactId>
    <name>GWTP RPC-Dispatch Server, Guice implementation</name>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>gwtp-dispatch-rpc-server</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.inject</groupId>
            <artifactId>guice</artifactId>
        </dependency>

        <!-- Test dependencies -->
        <dependency>
            <groupId>com.gwtplatform</groupId>
            <artifactId>gwtp-dispatch-rpc-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jukito</groupId>
            <artifactId>jukito</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.gwtplatform</groupId>
   <artifactId>gwtp-dispatch-rpc-server-guice</artifactId>
   <version>1.2.1</version>
</dependency>

Download

If you think the following gwtp-dispatch-rpc-server-guice-1.2.1.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-server-guice-1.2.1.jar file




PreviousNext

Related