Maven Repository - POM file for Web Service restfb 1.6.12 1.6.12

Summary

RestFB.

RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java..

Declaration

Here is the list of declaration for restfb. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.restfb</groupId>
   <artifactId>restfb</artifactId>
   <version>1.6.12</version>
</dependency>

If you think this Maven repository POM file listing for restfb is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:MIT License
URL: http://www.opensource.org/licenses/mit-license.php.





Packages

The following packages are defined in the restfb-1.6.12.jar

com.restfb
com.restfb.batch
com.restfb.exception
com.restfb.json
com.restfb.types
com.restfb.util

POM File Source

Here is the content of the POM file.

<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>
  <groupId>com.restfb</groupId>
  <artifactId>restfb</artifactId>
  <packaging>jar</packaging>
  <name>RestFB</name>
  <version>1.6.12</version>
  <description>RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java.</description>
  <url>http://restfb.com</url>

  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:ssh://github.com/revetkn/restfb.git</connection>
    <url>http://github.com/revetkn/restfb</url>
  </scm>

  

  <dependencies></dependencies>
</project>