Download network-0.5.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.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

network-0.5-javadoc.jar
network-0.5-sources.jar
network-0.5.jar
network-0.5.pom



Related Tutorials