<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.0.0-beta4</version>
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='retrofit', version='2.0.0-beta4')
)
<parent> <groupId>com.squareup.retrofit2</groupId> <artifactId>parent</artifactId> <version>2.0.0-beta4</version> </parent>
compile
|-- com.squareup.okhttp3:okhttp
|-- com.google.android:android
|-- org.codehaus.mojo:animal-sniffer-annotations
test
|-- junit:junit