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