is not current version
Last Version 0.0.2-RELEASE

com.adeptues:p100 0.0.1-RELEASE

This is an implementation for the TPLink Tapo P100 wifi enabled smart plug

GroupId

GroupId

com.adeptues
ArtifactId

ArtifactId

p100
Version

Version

0.0.1-RELEASE
Type

Type

jar

Download p100 0.0.1-RELEASE


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