MVN

com.commit451 : ehhttp

Maven & Gradle

Feb 16, 2022
19 stars

ehhttp · OkHttp, eh? Converts OkHttp Calls to RxJava types

<dependency>
    <groupId>com.commit451</groupId>
    <artifactId>ehhttp</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.commit451 : ehhttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6

All Versions

Choose a version of com.commit451 : ehhttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ehhttp-3.0.6
ehhttp-3.0.2

How to add a dependency to Maven

Add the following com.commit451 : ehhttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.commit451</groupId>
    <artifactId>ehhttp</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.commit451 : ehhttp gradle dependency to your build.gradle file:

implementation 'com.commit451:ehhttp:3.0.6'

Gradle Kotlin DSL: Add the following com.commit451 : ehhttp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.commit451:ehhttp:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.commit451 : ehhttp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.commit451" % "ehhttp" % "3.0.6"