MVN

com.aliyun.odps : hadoop-yarn-client

Maven & Gradle

Feb 27, 2018
1 usages
38 stars

hadoop-yarn-client

<dependency>
    <groupId>com.aliyun.odps</groupId>
    <artifactId>hadoop-yarn-client</artifactId>
    <version>lxw-test-3.0.0-public</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.odps : hadoop-yarn-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: lxw-test-3.0.0-public

All Versions

Choose a version of com.aliyun.odps : hadoop-yarn-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
lxw
hadoop-yarn-client-lxw-test-3.0.0-public

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun.odps</groupId>
    <artifactId>hadoop-yarn-client</artifactId>
    <version>lxw-test-3.0.0-public</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.odps : hadoop-yarn-client gradle dependency to your build.gradle file:

implementation 'com.aliyun.odps:hadoop-yarn-client:lxw-test-3.0.0-public'

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

implementation("com.aliyun.odps:hadoop-yarn-client:lxw-test-3.0.0-public")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.odps : hadoop-yarn-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.odps" % "hadoop-yarn-client" % "lxw-test-3.0.0-public"