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