Download netio-1.0.0.jar file - Jar n

Jar examples for n:netio

Description

"NetIO" is a Java library which aims to simplify the communication with the NetIO230B, a device that allows the control of external devices connected to its power outputs through the network which is produced by Koukaam.

You can download jar file netio 1.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add netio-1.0.0.jar to your project.

<dependency>
   <groupId>at.crea-doo.util.netio</groupId>
   <artifactId>netio</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'at.crea-doo.util.netio', name: 'netio', version: '1.0.0'
libraryDependencies += "at.crea-doo.util.netio" % "netio" % "1.0.0"
<dependency org="at.crea-doo.util.netio" name="netio" rev="1.0.0"/>
@Grapes(@Grab(group='at.crea-doo.util.netio', module='netio', version='1.0.0'))
'at.crea-doo.util.netio:netio:jar:1.0.0'

Download

Click the following link to download the jar file.

netio-1.0.0-javadoc.jar
netio-1.0.0-sources.jar
netio-1.0.0.jar
netio-1.0.0.pom



Related Tutorials