rxfetch Library

an Android http request lib based on RxJava and OkHttp

License

License

GroupId

GroupId

io.github.hotstu.rxfetch
ArtifactId

ArtifactId

lib
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

rxfetch Library
an Android http request lib based on RxJava and OkHttp
Project URL

Project URL

https://github.com/hotstu/RxFetch
Source Code Management

Source Code Management

https://github.com/hotstu/RxFetch.git

Download lib

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.hotstu.rxfetch/lib/ -->
<dependency>
    <groupId>io.github.hotstu.rxfetch</groupId>
    <artifactId>lib</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hotstu.rxfetch/lib/
implementation 'io.github.hotstu.rxfetch:lib:1.0.0'
// https://jarcasting.com/artifacts/io.github.hotstu.rxfetch/lib/
implementation ("io.github.hotstu.rxfetch:lib:1.0.0")
'io.github.hotstu.rxfetch:lib:aar:1.0.0'
<dependency org="io.github.hotstu.rxfetch" name="lib" rev="1.0.0">
  <artifact name="lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.hotstu.rxfetch', module='lib', version='1.0.0')
)
libraryDependencies += "io.github.hotstu.rxfetch" % "lib" % "1.0.0"
[io.github.hotstu.rxfetch/lib "1.0.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 4.8.0
io.reactivex.rxjava2 : rxjava jar 2.2.19
io.reactivex.rxjava2 : rxandroid jar 2.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0