MVN

com.github.ppodgorsek : spring-social-facebook-web

Maven & Gradle

Oct 08, 2020
2 stars

Facebook Web · Facebook Web

<dependency>
    <groupId>com.github.ppodgorsek</groupId>
    <artifactId>spring-social-facebook-web</artifactId>
    <version>8.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ppodgorsek : spring-social-facebook-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0

All Versions

Choose a version of com.github.ppodgorsek : spring-social-facebook-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
spring-social-facebook-web-8.0.0
7.0.x
spring-social-facebook-web-7.0.0
5.0.x
spring-social-facebook-web-5.0.0

How to add a dependency to Maven

Add the following com.github.ppodgorsek : spring-social-facebook-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ppodgorsek</groupId>
    <artifactId>spring-social-facebook-web</artifactId>
    <version>8.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ppodgorsek : spring-social-facebook-web gradle dependency to your build.gradle file:

implementation 'com.github.ppodgorsek:spring-social-facebook-web:8.0.0'

Gradle Kotlin DSL: Add the following com.github.ppodgorsek : spring-social-facebook-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ppodgorsek:spring-social-facebook-web:8.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ppodgorsek : spring-social-facebook-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ppodgorsek" % "spring-social-facebook-web" % "8.0.0"

Advertisement