MVN

org.danilopianini : khttp

Maven & Gradle

Aug 23, 2023
2 usages
5 stars

khttp · A HTTP request library for Kotlin.

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>khttp</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.danilopianini : khttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of org.danilopianini : khttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
khttp-1.3.2
khttp-1.3.1
khttp-1.3.0
1.2.x
khttp-1.2.3
khttp-1.2.2
khttp-1.2.1
khttp-1.2.0
1.1.x
khttp-1.1.3
khttp-1.1.2
khttp-1.1.1
khttp-1.1.0
0.1.x
khttp-0.1.0-dev30+51fa9ae
khttp-0.1.0-dev2v+d57fea0
khttp-0.1.0-dev2v+e6655ef
khttp-0.1.0-dev2u+e1593db
khttp-0.1.0-dev2u+3b73671
khttp-0.1.0-dev2t+5b42ac0
khttp-0.1.0-dev2t+5f673e3
khttp-0.1.0-dev2r+2d3b427
khttp-0.1.0-dev2r+d285360
khttp-0.1.0-dev1u+b23a8f7
khttp-0.1.0-dev1j+7559632
khttp-0.1.0-dev0x+e7b4c1e
khttp-0.1.0-dev0w+9990241
khttp-0.1.0-dev0n+51b81cf
khttp-0.1.0-dev0m+0b35872

How to add a dependency to Maven

Add the following org.danilopianini : khttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>khttp</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.danilopianini : khttp gradle dependency to your build.gradle file:

implementation 'org.danilopianini:khttp:1.3.2'

Gradle Kotlin DSL: Add the following org.danilopianini : khttp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.danilopianini:khttp:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.danilopianini : khttp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.danilopianini" % "khttp" % "1.3.2"

Advertisement