MVN

com.github.vooolll : facebook4s_2.12

Maven & Gradle

Nov 06, 2019
19 stars

facebook4s · An asynchronous non-blocking Scala client for Facebook Graph API (Facebook api REST)

<dependency>
    <groupId>com.github.vooolll</groupId>
    <artifactId>facebook4s_2.12</artifactId>
    <version>0.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vooolll : facebook4s_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of com.github.vooolll : facebook4s_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
facebook4s_2.12-0.3.4
facebook4s_2.12-0.3.3
facebook4s_2.12-0.3.2
facebook4s_2.12-0.3.1
facebook4s_2.12-0.3.0
facebook4s_2.12-0.3.0-M2
0.2.x
facebook4s_2.12-0.2.9
facebook4s_2.12-0.2.8
facebook4s_2.12-0.2.7
facebook4s_2.12-0.2.6
facebook4s_2.12-0.2.5
facebook4s_2.12-0.2.4
facebook4s_2.12-0.2.3
facebook4s_2.12-0.2.2
facebook4s_2.12-0.2.2-M1
facebook4s_2.12-0.2.1
facebook4s_2.12-0.2.0
facebook4s_2.12-0.2.0-M
0.1.x
facebook4s_2.12-0.1.9
facebook4s_2.12-0.1.8
facebook4s_2.12-0.1.7
facebook4s_2.12-0.1.6
facebook4s_2.12-0.1.5
facebook4s_2.12-0.1.4
facebook4s_2.12-0.1.3
facebook4s_2.12-0.1.2

How to add a dependency to Maven

Add the following com.github.vooolll : facebook4s_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vooolll</groupId>
    <artifactId>facebook4s_2.12</artifactId>
    <version>0.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vooolll : facebook4s_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.vooolll:facebook4s_2.12:0.3.4'

Gradle Kotlin DSL: Add the following com.github.vooolll : facebook4s_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vooolll:facebook4s_2.12:0.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vooolll : facebook4s_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vooolll" % "facebook4s_2.12" % "0.3.4"