-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add OkHttp dependency
Srikanta edited this page May 27, 2025
·
1 revision
You can add the io.clientcore:http-okhttp3
library to your project using either Maven or Gradle. Replace the version number below with the latest available if needed.
Add the following <dependency>
to your project's pom.xml
:
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>http-okhttp3</artifactId>
<version>1.0.0-beta.2</version>
</dependency>
Add the following line to your build.gradle
dependencies block:
implementation 'io.clientcore:http-okhttp3:1.0.0'
Add the following line to your build.gradle.kts
dependencies block:
implementation("io.clientcore:http-okhttp3:1.0.0")
Tip:
Check https://central.sonatype.com/artifact/io.clientcore/http-okhttp3 for the latest version and additional information.
- Frequently Asked Questions
- Azure Identity Examples
- Configuration
- Performance Tuning
- Android Support
- Unit Testing
- Test Proxy Migration
- Azure Json Migration
- New Checkstyle and Spotbugs pattern migration
- Protocol Methods
- TypeSpec-Java Quickstart
- Getting Started Guidance
- Adding a Module
- Building
- Writing Performance Tests
- Working with AutoRest
- Deprecation
- BOM guidelines
- Release process
- Access helpers