Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-data-lake-store-sdk |
Version | Version2.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-data-lake-store-sdk/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-data-lake-store-sdk</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-data-lake-store-sdk/
implementation 'com.microsoft.azure:azure-data-lake-store-sdk:2.2.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-data-lake-store-sdk/
implementation ("com.microsoft.azure:azure-data-lake-store-sdk:2.2.2")
'com.microsoft.azure:azure-data-lake-store-sdk:jar:2.2.2'
<dependency org="com.microsoft.azure" name="azure-data-lake-store-sdk" rev="2.2.2">
<artifact name="azure-data-lake-store-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-data-lake-store-sdk', version='2.2.2')
)
libraryDependencies += "com.microsoft.azure" % "azure-data-lake-store-sdk" % "2.2.2"
[com.microsoft.azure/azure-data-lake-store-sdk "2.2.2"]