Download odps-sdk-udf-0.17.3.jar file

Introduction

You can download odps-sdk-udf-0.17.3.jar in this page.

License

Open Source

Type List

odps-sdk-udf-0.17.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.aliyun.odps/odps-sdk-udf/pom.properties
META-INF/maven/com.aliyun.odps/odps-sdk-udf/pom.xml
com.aliyun.odps.udf.Aggregator.class
com.aliyun.odps.udf.ContextFunction.class
com.aliyun.odps.udf.ExecutionContext.class
com.aliyun.odps.udf.InvalidInvocationException.class
com.aliyun.odps.udf.OdpsType.class
com.aliyun.odps.udf.StandaloneUDTF.class
com.aliyun.odps.udf.UDF.class
com.aliyun.odps.udf.UDFException.class
com.aliyun.odps.udf.UDTF.class
com.aliyun.odps.udf.UDTFCollector.class
com.aliyun.odps.udf.UDTFPuller.class
com.aliyun.odps.udf.annotation.PreferWritable.class
com.aliyun.odps.udf.annotation.Resolve.class
com.aliyun.odps.udf.impl.AnnotationParser.class
com.aliyun.odps.udf.utils.CounterUtils.class
jcabi-ajc.log

Pom

odps-sdk-udf-0.17.3.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.aliyun.odps</groupId>
        <artifactId>odps-sdk</artifactId>
        <version>0.17.3</version>
    </parent>

    <artifactId>odps-sdk-udf</artifactId>
    <packaging>jar</packaging>
    <version>0.17.3</version>
    <name>ODPS SDK UDF</name>
    <url>http://maven.apache.org</url>
    <dependencies>
        <dependency>
            <groupId>com.aliyun.odps</groupId>
            <artifactId>odps-sdk-commons</artifactId>
            <version>0.17.3</version>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>2.4</version>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.2.4</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.aliyun.odps</groupId>
   <artifactId>odps-sdk-udf</artifactId>
   <version>0.17.3</version>
</dependency>

Download

If you think the following odps-sdk-udf-0.17.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download odps-sdk-udf-0.17.3.jar file




PreviousNext

Related