File | Operation |
---|---|
retrofit-adapters-2.8.0.pom | download |
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-adapters</artifactId>
<version>2.8.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='retrofit-adapters', version='2.8.0')
)
<parent> <groupId>com.squareup.retrofit2</groupId> <artifactId>parent</artifactId> <version>2.8.0</version> </parent>