Download netlet-1.2.1.jar file - Jar n

Jar examples for n:netlet

Description

A networking library to facilitate a no-nonsense fast tcp nio

You can download jar file netlet 1.2.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add netlet-1.2.1.jar to your project.

<dependency>
   <groupId>com.datatorrent</groupId>
   <artifactId>netlet</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.datatorrent', name: 'netlet', version: '1.2.1'
libraryDependencies += "com.datatorrent" % "netlet" % "1.2.1"
<dependency org="com.datatorrent" name="netlet" rev="1.2.1"/>
@Grapes(@Grab(group='com.datatorrent', module='netlet', version='1.2.1'))
'com.datatorrent:netlet:jar:1.2.1'

Download

Click the following link to download the jar file.

netlet-1.2.1-javadoc.jar
netlet-1.2.1-sources.jar
netlet-1.2.1.jar
netlet-1.2.1.pom



Related Tutorials