Compose-useRequest

A state based minimal http client for Jetpack Compose

License

License

Apache License, Version 2.0
GroupId

GroupId

me.nikhilchaudhari
ArtifactId

ArtifactId

compose-usehttp
Last Version

Last Version

1.0.0-alpha02
Release Date

Release Date

Type

Type

aar
Description

Description

Compose-useRequest
A state based minimal http client for Jetpack Compose

Download compose-usehttp

How to add to project

<!-- https://jarcasting.com/artifacts/me.nikhilchaudhari/compose-usehttp/ -->
<dependency>
    <groupId>me.nikhilchaudhari</groupId>
    <artifactId>compose-usehttp</artifactId>
    <version>1.0.0-alpha02</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.nikhilchaudhari/compose-usehttp/
implementation 'me.nikhilchaudhari:compose-usehttp:1.0.0-alpha02'
// https://jarcasting.com/artifacts/me.nikhilchaudhari/compose-usehttp/
implementation ("me.nikhilchaudhari:compose-usehttp:1.0.0-alpha02")
'me.nikhilchaudhari:compose-usehttp:aar:1.0.0-alpha02'
<dependency org="me.nikhilchaudhari" name="compose-usehttp" rev="1.0.0-alpha02">
  <artifact name="compose-usehttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.nikhilchaudhari', module='compose-usehttp', version='1.0.0-alpha02')
)
libraryDependencies += "me.nikhilchaudhari" % "compose-usehttp" % "1.0.0-alpha02"
[me.nikhilchaudhari/compose-usehttp "1.0.0-alpha02"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (8)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.7.0
androidx.appcompat » appcompat jar 1.4.0
com.google.android.material » material jar 1.4.0
androidx.compose.ui » ui jar 1.0.5
androidx.compose.material » material jar 1.0.5
androidx.compose.ui » ui-tooling-preview jar 1.0.5
androidx.lifecycle » lifecycle-runtime-ktx jar 2.3.1
androidx.activity » activity-compose jar 1.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha02
1.0.0-alpha1.1
1.0.0-alpha01