<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-protobuf</artifactId>
<version>2.6.1</version>
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='converter-protobuf', version='2.6.1')
)
<parent> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit-converters</artifactId> <version>2.6.1</version> </parent>
compile
|-- com.squareup.retrofit2:retrofit
|-- com.google.protobuf:protobuf-java
provided
|-- com.google.code.findbugs:jsr305
test
|-- junit:junit