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