khttp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.danilopianini</groupId> <artifactId>khttp</artifactId> <version>1.6.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.danilopianini</groupId> <artifactId>khttp</artifactId> <version>1.6.3</version> <name>khttp</name> <description>A HTTP request library for Kotlin.</description> <url>https://github.com/DanySK/khttp</url> <licenses> <license> <name>Mozilla Public License v. 2.0</name> <url>https://mozorg.cdn.mozilla.net/media/MPL/2.0/index.815ca599c9df.txt</url> </license> </licenses> <developers> <developer> <name>Kyle Clemens</name> <email>me@kyleclemens.com</email> </developer> <developer> <name>Danilo Pianini</name> <email>danilo.pianini@gmail.com</email> <url>http://www.danilopianini.org/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/DanySK/khttp</connection> <developerConnection>scm:git:https://github.com/DanySK/khttp</developerConnection> <url>https://github.com/DanySK/khttp</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20240303</version> <scope>compile</scope> </dependency> </dependencies> </project>