| License |
License |
|---|---|
| GroupId | GroupIdcom.adeptues |
| ArtifactId | ArtifactIdp100 |
| Version | Version0.0.2-RELEASE |
| Type | Typejar |
| Description |
DescriptionTapo P100 IOT plug implementation
This is an implementation for the TPLink Tapo P100 wifi enabled smart plug
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| p100-0.0.2-RELEASE.pom | |
| p100-0.0.2-RELEASE.jar | 14 KB |
| p100-0.0.2-RELEASE-sources.jar | 7 KB |
| p100-0.0.2-RELEASE-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adeptues/p100/ -->
<dependency>
<groupId>com.adeptues</groupId>
<artifactId>p100</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.adeptues/p100/
implementation 'com.adeptues:p100:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.adeptues/p100/
implementation ("com.adeptues:p100:0.0.2-RELEASE")
'com.adeptues:p100:jar:0.0.2-RELEASE'
<dependency org="com.adeptues" name="p100" rev="0.0.2-RELEASE">
<artifact name="p100" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adeptues', module='p100', version='0.0.2-RELEASE')
)
libraryDependencies += "com.adeptues" % "p100" % "0.0.2-RELEASE"
[com.adeptues/p100 "0.0.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.15 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |