MVN

io.github.caldremch : android-http-retrofit-rxjava3

Maven & Gradle

Oct 27, 2022
1 stars

android-http-retrofit-rxjava3 · http request framework implementation

<dependency>
    <groupId>io.github.caldremch</groupId>
    <artifactId>android-http-retrofit-rxjava3</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.caldremch : android-http-retrofit-rxjava3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 1.0.0-rc5

All Versions

Choose a version of io.github.caldremch : android-http-retrofit-rxjava3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-http-retrofit-rxjava3-1.0.1
android-http-retrofit-rxjava3-1.0.0-rc5
android-http-retrofit-rxjava3-1.0.0-rc4
android-http-retrofit-rxjava3-1.0.0-rc3
android-http-retrofit-rxjava3-1.0.0-rc2
android-http-retrofit-rxjava3-1.0.0-rc1

How to add a dependency to Maven

Add the following io.github.caldremch : android-http-retrofit-rxjava3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.caldremch</groupId>
    <artifactId>android-http-retrofit-rxjava3</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.caldremch : android-http-retrofit-rxjava3 gradle dependency to your build.gradle file:

implementation 'io.github.caldremch:android-http-retrofit-rxjava3:1.0.1'

Gradle Kotlin DSL: Add the following io.github.caldremch : android-http-retrofit-rxjava3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.caldremch:android-http-retrofit-rxjava3:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.caldremch : android-http-retrofit-rxjava3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.caldremch" % "android-http-retrofit-rxjava3" % "1.0.1"