<?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>com.vaadin.external.gwt.web.bindery</groupId> <artifactId>requestfactory</artifactId> <version>2.6.0.vaadin3</version> </parent> <groupId>com.vaadin.external.gwt.web.bindery</groupId> <artifactId>requestfactory-server</artifactId> <packaging>jar</packaging> <version>2.6.0.vaadin3</version> <dependencies> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> <dependency> <groupId>com.vaadin.external.json</groupId> <artifactId>json</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>com.vaadin.external.gwt.web.bindery</groupId> <artifactId>requestfactory-server</artifactId> <version>2.6.0.vaadin3</version> </dependency>
com.vaadin.external.gwt.web.bindery:requestfactory-server:2.6.0.vaadin3