Download network-0.6.jar file - Jar n

Jar examples for n:network

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

network-0.6-javadoc.jar
network-0.6-sources.jar
network-0.6.jar
network-0.6.pom



Related Tutorials