microsoft-kiota-http-okHttp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.kiota</groupId> <artifactId>microsoft-kiota-http-okHttp</artifactId> <version>1.8.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.microsoft.kiota</groupId> <artifactId>microsoft-kiota-http-okHttp</artifactId> <version>1.8.4</version> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.microsoft.kiota</groupId> <artifactId>microsoft-kiota-abstractions</artifactId> <version>1.8.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-api</artifactId> <version>1.47.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-context</artifactId> <version>1.47.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>2.1.1</version> <scope>runtime</scope> </dependency> </dependencies> <description>Microsoft Kiota-Http with okHttp</description> <name>Microsoft Kiota-Java Http-okHttp</name> <url>https://github.com/microsoft/kiota-java</url> <organization> <name>Microsoft</name> <url>https://github.com/microsoft/kiota-java</url> </organization> <issueManagement> <system>GitHub</system> <url>https://github.com/microsoft/kiota-java/issues</url> </issueManagement> <licenses> <license> <name>MIT License</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/microsoft/kiota-java</url> <connection>scm:git:git://github.com/microsoft/kiota-java.git</connection> <developerConnection>scm:git:ssh://git@github.com:microsoft/kiota-java.git</developerConnection> </scm> <developers> <developer> <name>Microsoft</name> </developer> </developers> </project>