MVN

io.github.harishb2k.easy : http

Maven & Gradle

Apr 10, 2021

http

<dependency>
    <groupId>io.github.harishb2k.easy</groupId>
    <artifactId>http</artifactId>
    <version>0.0.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.harishb2k.easy : http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.48

All Versions

Choose a version of io.github.harishb2k.easy : http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
http-0.0.48
http-0.0.47
http-0.0.46
http-0.0.45
http-0.0.44
http-0.0.43
http-0.0.42
http-0.0.41
http-0.0.40
http-0.0.39
http-0.0.38
http-0.0.37
http-0.0.36
http-0.0.35
http-0.0.34
http-0.0.33
http-0.0.30
http-0.0.29
http-0.0.27
http-0.0.26
http-0.0.25
http-0.0.24
http-0.0.23
http-0.0.22
http-0.0.21
http-0.0.20
http-0.0.19
http-0.0.18
http-0.0.17
http-0.0.16
http-0.0.15
http-0.0.11

How to add a dependency to Maven

Add the following io.github.harishb2k.easy : http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.harishb2k.easy</groupId>
    <artifactId>http</artifactId>
    <version>0.0.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.harishb2k.easy : http gradle dependency to your build.gradle file:

implementation 'io.github.harishb2k.easy:http:0.0.48'

Gradle Kotlin DSL: Add the following io.github.harishb2k.easy : http gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.harishb2k.easy:http:0.0.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.harishb2k.easy : http sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.harishb2k.easy" % "http" % "0.0.48"

Advertisement