File | Operation |
---|---|
odps-0.43.0-table-api-public.pom | download |
<dependency>
<groupId>com.aliyun.odps</groupId>
<artifactId>odps</artifactId>
<version>0.43.0-table-api-public</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.aliyun.odps', module='odps', version='0.43.0-table-api-public')
)
test
|-- junit:junit:4.11