is not current version
Last Version 1.0.0-alpha02

me.nikhilchaudhari:compose-usehttp 1.0.0-alpha1.1

A state based minimal http client for Jetpack Compose

GroupId

GroupId

me.nikhilchaudhari
ArtifactId

ArtifactId

compose-usehttp
Version

Version

1.0.0-alpha1.1
Type

Type

aar

Download compose-usehttp 1.0.0-alpha1.1


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