MVN

io.d11 : zhttp-test_2.13

Maven & Gradle

Jun 02, 2022

zhttp-test · zhttp-test

<dependency>
    <groupId>io.d11</groupId>
    <artifactId>zhttp-test_2.13</artifactId>
    <version>1.0.0.0-RC29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.d11 : zhttp-test_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.0-RC29
  • Latest Release Candidate: 1.0.0.0-RC29

All Versions

Choose a version of io.d11 : zhttp-test_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • zhttp-test_2.13-1.0.0.0-RC29

    Jun 02, 2022
  • zhttp-test_2.13-2.0.0-RC9

    Jun 02, 2022
  • zhttp-test_2.13-2.0.0-RC8

    Jun 02, 2022
  • zhttp-test_2.13-1.0.0.0-RC28

    May 30, 2022
  • zhttp-test_2.13-2.0.0-RC7

    Apr 20, 2022
  • zhttp-test_2.13-2.0.0-RC6

    Apr 04, 2022
  • zhttp-test_2.13-1.0.0.0-RC27

    Apr 01, 2022
  • zhttp-test_2.13-2.0.0-RC5

    Apr 01, 2022
  • zhttp-test_2.13-1.0.0.0-RC26

    Mar 31, 2022
  • zhttp-test_2.13-2.0.0-RC4

    Feb 23, 2022
  • zhttp-test_2.13-1.0.0.0-RC25

    Feb 23, 2022
  • zhttp-test_2.13-2.0.0-RC3

    Feb 10, 2022
  • zhttp-test_2.13-1.0.0.0-RC24

    Feb 09, 2022
  • zhttp-test_2.13-1.0.0.0-RC23

    Jan 26, 2022
  • zhttp-test_2.13-2.0.0-RC2

    Jan 20, 2022
  • zhttp-test_2.13-2.0.0-RC1

    Jan 13, 2022
  • zhttp-test_2.13-1.0.0.0-RC22

    Jan 12, 2022
  • zhttp-test_2.13-1.0.0.0-RC21

    Dec 30, 2021
  • zhttp-test_2.13-1.0.0.0-RC20

    Dec 30, 2021
  • zhttp-test_2.13-1.0.0.0-RC19

    Dec 22, 2021
  • zhttp-test_2.13-1.0.0.0-RC18

    Dec 09, 2021

How to add a dependency to Maven

Add the following io.d11 : zhttp-test_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.d11</groupId>
    <artifactId>zhttp-test_2.13</artifactId>
    <version>1.0.0.0-RC29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.d11 : zhttp-test_2.13 gradle dependency to your build.gradle file:

implementation 'io.d11:zhttp-test_2.13:1.0.0.0-RC29'

Gradle Kotlin DSL: Add the following io.d11 : zhttp-test_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.d11:zhttp-test_2.13:1.0.0.0-RC29")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.d11 : zhttp-test_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.d11" % "zhttp-test_2.13" % "1.0.0.0-RC29"