is not current version
Last Version 1.2.1

com.yashoid:network 1.0.1

Network library with the ability to induce dependency on the request queues. Plus operations are seperated from requests, you can do multiple requests and time consuming codes in a single operation.

Categories

Categories

Net
GroupId

GroupId

com.yashoid
ArtifactId

ArtifactId

network
Version

Version

1.0.1
Type

Type

aar

Download network 1.0.1


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