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

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

Go to download

In order to implement the core XApi dependency injection in gwt, we had to swap out the injection methods themselves with magic methods that call into generated-on-the-fly provider classes.

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-inject</artifactId>
  <packaging>jar</packaging>
  <name>XApi - Gwt Injection Service</name>
  <url>WeTheInter.net</url>
  <description>
  In order to implement the core XApi dependency injection in gwt,
  we had to swap out the injection methods themselves with magic methods
  that call into generated-on-the-fly provider classes.
 </description>
  
  <dependencies>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-core-inject</artifactId>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-core-inject</artifactId>
      <classifier>sources</classifier>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-core-log</artifactId>
      <classifier>sources</classifier>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-gwt-api</artifactId>
    </dependency>
    <dependency>
      <groupId>net.wetheinter</groupId>
      <artifactId>xapi-dev-source</artifactId>
    </dependency>
    <dependency>
      <groupId>${gwt.groupId}</groupId>
      <artifactId>gwt-dev</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>${gwt.groupId}</groupId>
      <artifactId>gwt-user</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>

</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy