Skip to content

programingjd/asynk_http-client

Repository files navigation

jcenterjcenter

Asynk HTTP Client

An HTTP async client with suspend functions for kotlin coroutines.

Download

The maven artifacts are on Bintray and jcenter.

Download the latest jar.

Maven

Include those settings to be able to resolve jcenter artifacts.

<dependency>
  <groupId>info.jdavid.asynk</groupId>
  <artifactId>http-client</artifactId>
  <version>0.0.0.34</version>
</dependency>

Gradle

Add jcenter to the list of maven repositories.

repositories {
  jcenter()
}
dependencies {
  compile 'info.jdavid.asynk:http-client:0.0.0.34'
}

About

HTTP client using kotlin coroutines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published