Download jxnet-core-1.1.3.jar file - Jar j

Jar examples for j:jxnet-core

Description

Jxnet is a java library for capturing and sending network paket.

You can download jar file jxnet-core 1.1.3 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add jxnet-core-1.1.3.jar to your project.

<dependency>
   <groupId>com.ardikars.jxnet</groupId>
   <artifactId>jxnet-core</artifactId>
   <version>1.1.3</version>
</dependency>
compile group: 'com.ardikars.jxnet', name: 'jxnet-core', version: '1.1.3'
libraryDependencies += "com.ardikars.jxnet" % "jxnet-core" % "1.1.3"
<dependency org="com.ardikars.jxnet" name="jxnet-core" rev="1.1.3"/>
@Grapes(@Grab(group='com.ardikars.jxnet', module='jxnet-core', version='1.1.3'))
'com.ardikars.jxnet:jxnet-core:jar:1.1.3'

Download

Click the following link to download the jar file.

jxnet-core-1.1.3-javadoc.jar
jxnet-core-1.1.3-sources.jar
jxnet-core-1.1.3.jar
jxnet-core-1.1.3.pom



Related Tutorials