MVN

com.aliyun.odps : streaming-lib

Maven & Gradle

Jun 24, 2019
38 stars

streaming-lib

<dependency>
    <groupId>com.aliyun.odps</groupId>
    <artifactId>streaming-lib</artifactId>
    <version>3.3.8-public</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.odps : streaming-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.8-public

All Versions

Choose a version of com.aliyun.odps : streaming-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
streaming-lib-3.3.8-public

How to add a dependency to Maven

Add the following com.aliyun.odps : streaming-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun.odps</groupId>
    <artifactId>streaming-lib</artifactId>
    <version>3.3.8-public</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.odps : streaming-lib gradle dependency to your build.gradle file:

implementation 'com.aliyun.odps:streaming-lib:3.3.8-public'

Gradle Kotlin DSL: Add the following com.aliyun.odps : streaming-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun.odps:streaming-lib:3.3.8-public")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.odps : streaming-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.odps" % "streaming-lib" % "3.3.8-public"

Advertisement