MVN

me.nikhilchaudhari : compose-usehttp

Maven & Gradle

Dec 05, 2021
14 stars

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

<dependency>
    <groupId>me.nikhilchaudhari</groupId>
    <artifactId>compose-usehttp</artifactId>
    <version>1.0.0-alpha1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.nikhilchaudhari : compose-usehttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha1.1
  • Latest Alpha: 1.0.0-alpha1.1

All Versions

Choose a version of me.nikhilchaudhari : compose-usehttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
compose-usehttp-1.0.0-alpha1.1
compose-usehttp-1.0.0-alpha02
compose-usehttp-1.0.0-alpha01

How to add a dependency to Maven

Add the following me.nikhilchaudhari : compose-usehttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.nikhilchaudhari</groupId>
    <artifactId>compose-usehttp</artifactId>
    <version>1.0.0-alpha1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.nikhilchaudhari : compose-usehttp gradle dependency to your build.gradle file:

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

Gradle Kotlin DSL: Add the following me.nikhilchaudhari : compose-usehttp gradle kotlin dependency to your build.gradle.kts file:

implementation("me.nikhilchaudhari:compose-usehttp:1.0.0-alpha1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.nikhilchaudhari : compose-usehttp sbt scala dependency to your build.sbt file:

libraryDependencies += "me.nikhilchaudhari" % "compose-usehttp" % "1.0.0-alpha1.1"

Advertisement