gwt-integration-spring-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.apetrelli.gwtintegration</groupId> <artifactId>gwt-integration-spring-web</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-spring-web</artifactId> <name>GWT Integration - Spring Web</name> <description>Integration of GWT with a Spring Web-driven environment.</description> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>3.2.1.RELEASE</version> </dependency> <dependency> <groupId>com.github.apetrelli.gwtintegration</groupId> <artifactId>gwt-integration-spring-context</artifactId> <version>1.0.0-alpha4</version> </dependency> <dependency> <groupId>com.github.apetrelli.gwtintegration</groupId> <artifactId>gwt-integration-locale</artifactId> <version>1.0.0-alpha4</version> </dependency> </dependencies> </project>