gwt-integration-mvp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.apetrelli.gwtintegration</groupId> <artifactId>gwt-integration-mvp</artifactId> <version>1.0.0-alpha4</version> </dependency>
<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.github.apetrelli.gwtintegration</groupId> <artifactId>gwt-integration</artifactId> <version>1.0.0-alpha4</version> </parent> <artifactId>gwt-integration-mvp</artifactId> <name>GWT Integration - MVP</name> <description>Templates for GWT MVP programming.</description> <dependencies> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-servlet</artifactId> <version>${gwt.version}</version> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/java</directory> </resource> <resource> <directory>src/main/resources</directory> </resource> </resources> </build> </project>