<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-moshi</artifactId>
<version>2.7.2</version>
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='converter-moshi', version='2.7.2')
)