MVN

com.azure : azure-core-parent

Maven & Gradle

Jul 03, 2019
2.1k stars

Microsoft Azure Core Libraries for Java · This package contains the core libraries for Java clients.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-parent</artifactId>
    <version>1.0.0-preview.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-core-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-preview.2

All Versions

Choose a version of com.azure : azure-core-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
azure-core-parent-1.0.0-preview.2
azure-core-parent-1.0.0-preview.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-parent</artifactId>
    <version>1.0.0-preview.2</version>
</dependency>

Advertisement