n

network

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.
https://github.com/yasharpm/Network
The Apache Software License, Version 2.0
Yashar PourMohammad
Files download
File Operation
network-1.2.1.pom download
network-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yashoid</groupId>
  <artifactId>network</artifactId>
  <version>1.2.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yashoid:network:1.2.1'
Gradle Kotlin
implementation("com.yashoid:network:1.2.1")
Scala SBT
libraryDependencies += "com.yashoid" % "network" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.yashoid', module='network', version='1.2.1')
)
Apache Ivy
<dependency org="com.yashoid" name="network" rev="1.2.1" />
Leiningen
[com.yashoid/network "1.2.1"]
Apache Buildr
'com.yashoid:network:jar:1.2.1'
Dependencies
The project has no third-party dependencies