<dependency> <groupId>com.restfb</groupId> <artifactId>restfb</artifactId> <version>1.49.0</version> </dependency>
implementation 'com.restfb:restfb:1.49.0'
implementation("com.restfb:restfb:1.49.0")
libraryDependencies += "com.restfb" % "restfb" % "1.49.0"
@Grapes( @Grab(group='com.restfb', module='restfb', version='1.49.0') )
<dependency org="com.restfb" name="restfb" rev="1.49.0" />
[com.restfb/restfb "1.49.0"]
'com.restfb:restfb:jar:1.49.0'
provided
|-- org.projectlombok:lombok:1.16.18
test
|-- junit:junit:4.11
|-- org.mockito:mockito-core:1.10.19
|-- org.skyscreamer:jsonassert:1.2.3