Download network-0.9.11.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.9.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add network-0.9.11.jar to your project.

<dependency>
   <groupId>io.nuls.network-module</groupId>
   <artifactId>network</artifactId>
   <version>0.9.11</version>
</dependency>
compile group: 'io.nuls.network-module', name: 'network', version: '0.9.11'
libraryDependencies += "io.nuls.network-module" % "network" % "0.9.11"
<dependency org="io.nuls.network-module" name="network" rev="0.9.11"/>
@Grapes(@Grab(group='io.nuls.network-module', module='network', version='0.9.11'))
'io.nuls.network-module:network:jar:0.9.11'

Download

Click the following link to download the jar file.

network-0.9.11.pom



Related Tutorials