is not current version
Last Version 2.2.2

net.yudichev.jiotty:jiotty 1.0.0

Java components for low level home automation coding

Categories

Categories

Net
GroupId

GroupId

net.yudichev.jiotty
ArtifactId

ArtifactId

jiotty
Version

Version

1.0.0
Type

Type

pom

Download jiotty 1.0.0

Filename Size
jiotty-1.0.0.pom 11 KB
Browse

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