is not current version
Last Version 1.2.6

org.owfs:jowfsclient 1.2.2

Java connector to owfs providing both network and file adapters. Provided with alarming monitor

Categories

Categories

CLI User Interface
GroupId

GroupId

org.owfs
ArtifactId

ArtifactId

jowfsclient
Version

Version

1.2.2
Type

Type

jar

Download jowfsclient 1.2.2


<!-- https://jarcasting.com/artifacts/org.owfs/jowfsclient/ -->
<dependency>
    <groupId>org.owfs</groupId>
    <artifactId>jowfsclient</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.owfs/jowfsclient/
implementation 'org.owfs:jowfsclient:1.2.2'
// https://jarcasting.com/artifacts/org.owfs/jowfsclient/
implementation ("org.owfs:jowfsclient:1.2.2")
'org.owfs:jowfsclient:jar:1.2.2'
<dependency org="org.owfs" name="jowfsclient" rev="1.2.2">
  <artifact name="jowfsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owfs', module='jowfsclient', version='1.2.2')
)
libraryDependencies += "org.owfs" % "jowfsclient" % "1.2.2"
[org.owfs/jowfsclient "1.2.2"]