fbi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.gkutiel</groupId> <artifactId>fbi</artifactId> <version>12-RELEASE</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.github.gkutiel</groupId> <artifactId>fbi</artifactId> <packaging>jar</packaging> <name>FBI</name> <version>12-RELEASE</version> <description>Java API for Facebook apps</description> <url>http://gkutiel.github.com</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> <url>git://github.com/gkutiel/fbi.git</url> <connection>git://github.com/gkutiel/fbi.git</connection> </scm> <developers> <developer> <id>gkutiel</id> <name>Gilad Kutiel</name> <email>gilad.kutiel@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>com.ning</groupId> <artifactId>async-http-client</artifactId> <version>1.7.20</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.5</version> </dependency> </dependencies> </project>