is not current version
Last Version 1.2.5

com.github.nisrulz:optimushttp 1.1.0

Android library that simplifys networking in android via an async http client

GroupId

GroupId

com.github.nisrulz
ArtifactId

ArtifactId

optimushttp
Version

Version

1.1.0
Type

Type

aar

Download optimushttp 1.1.0


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