All Downloads are FREE. Search and download functionalities are using the official Maven repository.

r.xapi-gwt-io.0.5.source-code.pom.xml Maven / Gradle / Ivy

Go to download

A client-side implementation of io for gwt, which can adapt to various io providers. The inital version will simply use GWT-RPC, but will provide a mutable factory to inject custom strategies.

The newest version!
<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-gwt-parent</artifactId>
    <version>0.5</version>
  </parent>

  <artifactId>xapi-gwt-io</artifactId>
  <packaging>jar</packaging>
  <name>XApi - Gwt IO implementation</name>
  <url>WeTheInter.net</url>
  <description>
    A client-side implementation of io for gwt, which can adapt to various io providers.
    The inital version will simply use GWT-RPC, but will provide a mutable factory to inject custom strategies.
  </description>

  <dependencies>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-core-io</artifactId>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-core-io</artifactId>
      <classifier>sources</classifier>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-gwt-collect</artifactId>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>gwt-user</artifactId>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>gwt-dev</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy