okhttp-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.freefair.gradle</groupId>
<artifactId>okhttp-plugin</artifactId>
<version>8.0.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">
<!-- 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>io.freefair.gradle</groupId>
<artifactId>okhttp-plugin</artifactId>
<version>8.0.1</version>
<name>Collection of OkHttp related Gradle plugins</name>
<description>Collection of OkHttp related Gradle plugins</description>
<url>https://github.com/freefair/gradle-plugins</url>
<inceptionYear>2016</inceptionYear>
<organization>
<name>FreeFair</name>
<url>https://github.com/freefair</url>
</organization>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/freefair/gradle-plugins/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>larsgrefer</id>
<name>Lars Grefer</name>
<email>github@larsgrefer.de</email>
<timezone>Europe/Berlin</timezone>
</developer>
<developer>
<id>frisch12</id>
<name>Dennis Fricke</name>
<email>dennis.fricke@freefair.io</email>
<timezone>Europe/Berlin</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/freefair/gradle-plugins.git</connection>
<developerConnection>scm:git:git@github.com:freefair/gradle-plugins.git</developerConnection>
<url>https://github.com/freefair/gradle-plugins/</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/freefair/gradle-plugins/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/freefair/gradle-plugins/actions</url>
</ciManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-bom</artifactId>
<version>4.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>