MVN

com.github.xuwei-k : httpz-dispatch_2.11

Maven & Gradle

Jul 09, 2016
66 stars

httpz-dispatch · purely functional http client

<dependency>
    <groupId>com.github.xuwei-k</groupId>
    <artifactId>httpz-dispatch_2.11</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xuwei-k : httpz-dispatch_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0
  • Latest Release Candidate: 0.2.10-RC2-scalaz70

All Versions

Choose a version of com.github.xuwei-k : httpz-dispatch_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
httpz-dispatch_2.11-0.4.0
0.3.x
httpz-dispatch_2.11-0.3.2
httpz-dispatch_2.11-0.3.1
httpz-dispatch_2.11-0.3.0
0.2.x
httpz-dispatch_2.11-0.2.19
httpz-dispatch_2.11-0.2.18
httpz-dispatch_2.11-0.2.17
httpz-dispatch_2.11-0.2.16
httpz-dispatch_2.11-0.2.15
httpz-dispatch_2.11-0.2.14
httpz-dispatch_2.11-0.2.13
httpz-dispatch_2.11-0.2.12
httpz-dispatch_2.11-0.2.11-scalaz70
httpz-dispatch_2.11-0.2.11
httpz-dispatch_2.11-0.2.10-scalaz70
httpz-dispatch_2.11-0.2.10-RC2-scalaz70
httpz-dispatch_2.11-0.2.10-RC1-scalaz70

How to add a dependency to Maven

Add the following com.github.xuwei-k : httpz-dispatch_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xuwei-k</groupId>
    <artifactId>httpz-dispatch_2.11</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xuwei-k : httpz-dispatch_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.xuwei-k:httpz-dispatch_2.11:0.4.0'

Gradle Kotlin DSL: Add the following com.github.xuwei-k : httpz-dispatch_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xuwei-k:httpz-dispatch_2.11:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xuwei-k : httpz-dispatch_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xuwei-k" % "httpz-dispatch_2.11" % "0.4.0"