License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.rjung.util |
ArtifactId | ArtifactIdnetio |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionnetio
NETIO is a series of smart sockets nd PDU (Power Distribution Unit) by Koukaam.
This library gives you a Java-Interface to control them.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netio-1.0.pom | |
netio-1.0.jar | 8 KB |
netio-1.0-sources.jar | 2 KB |
netio-1.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rjung.util/netio/ -->
<dependency>
<groupId>org.rjung.util</groupId>
<artifactId>netio</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rjung.util/netio/
implementation 'org.rjung.util:netio:1.0'
// https://jarcasting.com/artifacts/org.rjung.util/netio/
implementation ("org.rjung.util:netio:1.0")
'org.rjung.util:netio:jar:1.0'
<dependency org="org.rjung.util" name="netio" rev="1.0">
<artifact name="netio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rjung.util', module='netio', version='1.0')
)
libraryDependencies += "org.rjung.util" % "netio" % "1.0"
[org.rjung.util/netio "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.7 |
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 1.9.5 |