apt-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.progressoft.brix.domino.apt</groupId>
<artifactId>apt-client</artifactId>
<version>1.0-rc.2</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.progressoft.brix.domino.apt</groupId>
<artifactId>domino-apt</artifactId>
<version>1.0-rc.2</version>
</parent>
<packaging>jar</packaging>
<artifactId>apt-client</artifactId>
<name>apt-client</name>
<dependencies>
<dependency>
<groupId>com.progressoft.brix.domino.apt</groupId>
<artifactId>apt-commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.progressoft.brix.domino.api</groupId>
<artifactId>domino-api-client</artifactId>
</dependency>
<dependency>
<groupId>org.fusesource.restygwt</groupId>
<artifactId>restygwt</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>