Download odps-jdbc-1.6.jar file - Jar o

Jar examples for o:odps-jdbc

Description

Aliyun ODPS JDBC driver

You can download jar file odps-jdbc 1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add odps-jdbc-1.6.jar to your project.

<dependency>
   <groupId>com.aliyun.odps</groupId>
   <artifactId>odps-jdbc</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'com.aliyun.odps', name: 'odps-jdbc', version: '1.6'
libraryDependencies += "com.aliyun.odps" % "odps-jdbc" % "1.6"
<dependency org="com.aliyun.odps" name="odps-jdbc" rev="1.6"/>
@Grapes(@Grab(group='com.aliyun.odps', module='odps-jdbc', version='1.6'))
'com.aliyun.odps:odps-jdbc:jar:1.6'

Download

Click the following link to download the jar file.

odps-jdbc-1.6-jar-with-dependencies.jar
odps-jdbc-1.6-javadoc.jar
odps-jdbc-1.6-sources.jar
odps-jdbc-1.6.jar
odps-jdbc-1.6.pom



Related Tutorials