core-http-compat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.azure</groupId>
<artifactId>core-http-compat</artifactId>
<version>2.3.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.azure</groupId>
<artifactId>core-http-compat</artifactId>
<version>2.3.1</version>
<name>azure core-http-compat</name>
<description>Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.</description>
<url>https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-compat/</url>
<organization>
<name>Microsoft Corporation</name>
<url>https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-compat/</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>azure-sdk</name>
<email>azure-sdk-npmjs@microsoft.com</email>
</developer>
<developer>
<name>microsoft1es</name>
<email>npmjs@microsoft.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/Azure/azure-sdk-for-js.git</connection>
<developerConnection>https://github.com/Azure/azure-sdk-for-js.git</developerConnection>
<url>https://github.com/Azure/azure-sdk-for-js</url>
</scm>
<issueManagement>
<url>https://github.com/Azure/azure-sdk-for-js/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.azure-core-rest-pipeline.version>[1.22.0,2)</org.mvnpm.at.azure-core-rest-pipeline.version>
<org.mvnpm.at.azure-abort-controller.version>[2.1.2,3)</org.mvnpm.at.azure-abort-controller.version>
<org.mvnpm.at.azure-core-client.version>[1.10.0,2)</org.mvnpm.at.azure-core-client.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.azure</groupId>
<artifactId>abort-controller</artifactId>
<version>${org.mvnpm.at.azure-abort-controller.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.azure</groupId>
<artifactId>core-client</artifactId>
<version>${org.mvnpm.at.azure-core-client.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.azure</groupId>
<artifactId>core-rest-pipeline</artifactId>
<version>${org.mvnpm.at.azure-core-rest-pipeline.version}</version>
</dependency>
</dependencies>
</project>