Jar examples for 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.
You can download jar file network 0.5 in this page.
The Apache Software License, Version 2.0
You can use the following script to add network-0.5.jar to your project.
<dependency> <groupId>com.github.spullara.mustache.java</groupId> <artifactId>network</artifactId> <version>0.5</version> </dependency>
compile group: 'com.github.spullara.mustache.java', name: 'network', version: '0.5'
libraryDependencies += "com.github.spullara.mustache.java" % "network" % "0.5"
<dependency org="com.github.spullara.mustache.java" name="network" rev="0.5"/>
@Grapes(@Grab(group='com.github.spullara.mustache.java', module='network', version='0.5'))
'com.github.spullara.mustache.java:network:jar:0.5'
Click the following link to download the jar file.
network-0.5-javadoc.jar