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