MVN

com.sksamuel.hoplite : hoplite-okhttp

Maven & Gradle

Sep 11, 2019
867 stars

hoplite · Configuration for Kotlin

<dependency>
    <groupId>com.sksamuel.hoplite</groupId>
    <artifactId>hoplite-okhttp</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sksamuel.hoplite : hoplite-okhttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.sksamuel.hoplite : hoplite-okhttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hoplite-okhttp-1.0.8
hoplite-okhttp-1.0.7
hoplite-okhttp-1.0.5
hoplite-okhttp-1.0.4
hoplite-okhttp-1.0.3

How to add a dependency to Maven

Add the following com.sksamuel.hoplite : hoplite-okhttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sksamuel.hoplite</groupId>
    <artifactId>hoplite-okhttp</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sksamuel.hoplite : hoplite-okhttp gradle dependency to your build.gradle file:

implementation 'com.sksamuel.hoplite:hoplite-okhttp:1.0.8'

Gradle Kotlin DSL: Add the following com.sksamuel.hoplite : hoplite-okhttp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sksamuel.hoplite:hoplite-okhttp:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sksamuel.hoplite : hoplite-okhttp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sksamuel.hoplite" % "hoplite-okhttp" % "1.0.8"

Advertisement