azure-storage-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-storage-java</artifactId> <version>10.0.0</version> </dependency>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. --> <!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.microsoft.azure</groupId> <artifactId>azure-storage-java</artifactId> <version>10.0.0</version> <packaging>pom</packaging> <name>Azure Storage Java</name> <description>The Azure Storage Java library.</description> <url>https://github.com/Azure/azure-storage-java</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>scm:git:https://github.com/Azure/azure-storage-java</url> <connection>scm:git:git@github.com:Azure/azure-storage-java.git</connection> <tag>HEAD</tag> </scm> <modules> <module>blob</module> <module>queue</module> </modules> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <legal> <![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal> </properties> <developers> <developer> <id>microsoft</id> <name>Microsoft</name> </developer> </developers> <pluginRepositories> <pluginRepository> <id>bintray</id> <name>Groovy Bintray</name> <url>https://dl.bintray.com/groovy/maven</url> <releases> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> </pluginRepositories> <dependencies> <dependency> <groupId>com.microsoft.rest.v2</groupId> <artifactId>client-runtime</artifactId> <version>2.0.2</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <scope>test</scope> <version>1.1-groovy-2.4</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>2.4.13</version> <scope>test</scope> </dependency> </dependencies> </project>