| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdat.crea-doo.util.netio |
| ArtifactId | ArtifactIdnetio |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnetio
"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.
|
| Filename | Size |
|---|---|
| netio-1.0.0.pom | |
| netio-1.0.0.jar | 13 KB |
| netio-1.0.0-sources.jar | 8 KB |
| netio-1.0.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.crea-doo.util.netio/netio/ -->
<dependency>
<groupId>at.crea-doo.util.netio</groupId>
<artifactId>netio</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.crea-doo.util.netio/netio/
implementation 'at.crea-doo.util.netio:netio:1.0.0'
// https://jarcasting.com/artifacts/at.crea-doo.util.netio/netio/
implementation ("at.crea-doo.util.netio:netio:1.0.0")
'at.crea-doo.util.netio:netio:jar:1.0.0'
<dependency org="at.crea-doo.util.netio" name="netio" rev="1.0.0">
<artifact name="netio" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.crea-doo.util.netio', module='netio', version='1.0.0')
)
libraryDependencies += "at.crea-doo.util.netio" % "netio" % "1.0.0"
[at.crea-doo.util.netio/netio "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.10 |
| commons-io : commons-io | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |