facebook-gwt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.denormans.facebook-gwt</groupId>
<artifactId>facebook-gwt</artifactId>
<version>0.5.7</version>
</dependency><?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.denormans.facebook-gwt</groupId>
<artifactId>parent</artifactId>
<version>0.5.7</version>
<relativePath>parent</relativePath>
</parent>
<artifactId>facebook-gwt</artifactId>
<packaging>pom</packaging>
<name>Facebook GWT</name>
<description>Java API of the Facebook JavaScript API for use with Google Web Toolkit</description>
<url>https://github.com/denormans/FacebookGWT</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:ssh://git@github.com/denormans/FacebookGWT.git</connection>
<developerConnection>scm:git:ssh://git@github.com/denormans/FacebookGWT.git</developerConnection>
<url>git@github.com/denormans/FacebookGWT.git</url>
</scm>
<modules>
<module>api</module>
<module>gwtutil</module>
<module>parent</module>
<module>samples</module>
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<preparationGoals>clean source:jar install</preparationGoals>
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
</build>
<developers>
<developer>
<name>Michael D. Norman</name>
<email>michael.norman@denormans.com</email>
<organization>deNormans</organization>
</developer>
</developers>
</project>