File | Operation |
---|---|
sample-parent-2.0.0-RC1.pom | download |
<dependency>
<groupId>com.squareup.okhttp.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>2.0.0-RC1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp.sample', module='sample-parent', version='2.0.0-RC1')
)
<parent> <groupId>com.squareup.okhttp</groupId> <artifactId>parent</artifactId> <version>2.0.0-RC1</version> </parent>