| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-starter-social-facebook | 
| Version | Version1.5.13.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-social-facebook/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-social-facebook</artifactId>
    <version>1.5.13.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-social-facebook/
implementation 'org.springframework.boot:spring-boot-starter-social-facebook:1.5.13.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-social-facebook/
implementation ("org.springframework.boot:spring-boot-starter-social-facebook:1.5.13.RELEASE")'org.springframework.boot:spring-boot-starter-social-facebook:jar:1.5.13.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-starter-social-facebook" rev="1.5.13.RELEASE">
  <artifact name="spring-boot-starter-social-facebook" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-social-facebook', version='1.5.13.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-starter-social-facebook" % "1.5.13.RELEASE"[org.springframework.boot/spring-boot-starter-social-facebook "1.5.13.RELEASE"]