文件名 | 操作 |
---|---|
sample-parent-1.6.0.pom | 下载 |
<dependency>
<groupId>com.squareup.okhttp.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp.sample', module='sample-parent', version='1.6.0')
)