MVN

com.microsoft.azure : azure-mgmt-datalake-store-uploader

Maven & Gradle

Jul 12, 2016
2.1k stars

Microsoft Azure SDK for Data Lake Store Data Uploading · This package contains Microsoft Azure Data Lake Store Uploader SDK, which enables rapid ingress of data into Azure Data Lake Storage accounts

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-mgmt-datalake-store-uploader</artifactId>
    <version>1.0.0-beta1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-mgmt-datalake-store-uploader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta1.2
  • Latest Beta: 1.0.0-beta1.2

All Versions

Choose a version of com.microsoft.azure : azure-mgmt-datalake-store-uploader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
azure-mgmt-datalake-store-uploader-1.0.0-beta1.2
azure-mgmt-datalake-store-uploader-1.0.0-beta1.1

How to add a dependency to Maven

Add the following com.microsoft.azure : azure-mgmt-datalake-store-uploader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-mgmt-datalake-store-uploader</artifactId>
    <version>1.0.0-beta1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-mgmt-datalake-store-uploader gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-mgmt-datalake-store-uploader:1.0.0-beta1.2'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-mgmt-datalake-store-uploader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-mgmt-datalake-store-uploader:1.0.0-beta1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-mgmt-datalake-store-uploader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-mgmt-datalake-store-uploader" % "1.0.0-beta1.2"