MVN

net.yudichev.jiotty : jiotty-connector-tplinksmartplug

Maven & Gradle

Mar 25, 2023
6 stars
<dependency>
    <groupId>net.yudichev.jiotty</groupId>
    <artifactId>jiotty-connector-tplinksmartplug</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.yudichev.jiotty : jiotty-connector-tplinksmartplug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of net.yudichev.jiotty : jiotty-connector-tplinksmartplug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jiotty-connector-tplinksmartplug-2.3.0
2.2.x
jiotty-connector-tplinksmartplug-2.2.2
jiotty-connector-tplinksmartplug-2.2.1
jiotty-connector-tplinksmartplug-2.2.0
2.1.x
jiotty-connector-tplinksmartplug-2.1.1
jiotty-connector-tplinksmartplug-2.1.0
2.0.x
jiotty-connector-tplinksmartplug-2.0.4
jiotty-connector-tplinksmartplug-2.0.3
jiotty-connector-tplinksmartplug-2.0.2
1.7.x
jiotty-connector-tplinksmartplug-1.7.1
1.7
jiotty-connector-tplinksmartplug-1.7
1.6.x
jiotty-connector-tplinksmartplug-1.6.5
jiotty-connector-tplinksmartplug-1.6.4
jiotty-connector-tplinksmartplug-1.6.3
jiotty-connector-tplinksmartplug-1.6.2
jiotty-connector-tplinksmartplug-1.6.1
jiotty-connector-tplinksmartplug-1.6.0
1.5.x
jiotty-connector-tplinksmartplug-1.5.1
jiotty-connector-tplinksmartplug-1.5.0
1.4.x
jiotty-connector-tplinksmartplug-1.4.3
jiotty-connector-tplinksmartplug-1.4.2
jiotty-connector-tplinksmartplug-1.4.1
jiotty-connector-tplinksmartplug-1.4.0
1.3.x
jiotty-connector-tplinksmartplug-1.3.0
1.2.x
jiotty-connector-tplinksmartplug-1.2.1
jiotty-connector-tplinksmartplug-1.2.0
1.1.x
jiotty-connector-tplinksmartplug-1.1.0
1.0.x
jiotty-connector-tplinksmartplug-1.0.0

How to add a dependency to Maven

Add the following net.yudichev.jiotty : jiotty-connector-tplinksmartplug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.yudichev.jiotty</groupId>
    <artifactId>jiotty-connector-tplinksmartplug</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.yudichev.jiotty : jiotty-connector-tplinksmartplug gradle dependency to your build.gradle file:

implementation 'net.yudichev.jiotty:jiotty-connector-tplinksmartplug:2.3.0'

Gradle Kotlin DSL: Add the following net.yudichev.jiotty : jiotty-connector-tplinksmartplug gradle kotlin dependency to your build.gradle.kts file:

implementation("net.yudichev.jiotty:jiotty-connector-tplinksmartplug:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.yudichev.jiotty : jiotty-connector-tplinksmartplug sbt scala dependency to your build.sbt file:

libraryDependencies += "net.yudichev.jiotty" % "jiotty-connector-tplinksmartplug" % "2.3.0"