MVN

net.yudichev.jiotty : jiotty-connector-webclient

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 2.3.0

All Versions

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

  • Version Updated
  • jiotty-connector-webclient-2.3.0

    Mar 25, 2023
  • jiotty-connector-webclient-2.2.2

    Oct 10, 2021
  • jiotty-connector-webclient-2.2.1

    Aug 09, 2021
  • jiotty-connector-webclient-2.2.0

    Jul 31, 2021
  • jiotty-connector-webclient-2.1.1

    Jun 30, 2021
  • jiotty-connector-webclient-2.1.0

    Jun 29, 2021
  • jiotty-connector-webclient-2.0.4

    Jun 24, 2021
  • jiotty-connector-webclient-2.0.3

    Jun 24, 2021
  • jiotty-connector-webclient-2.0.2

    Jun 16, 2021
  • jiotty-connector-webclient-1.7.1

    May 22, 2021
  • jiotty-connector-webclient-1.7

    May 21, 2021
  • jiotty-connector-webclient-1.6.5

    May 10, 2021
  • jiotty-connector-webclient-1.6.4

    Apr 27, 2021
  • jiotty-connector-webclient-1.6.3

    Apr 25, 2021
  • jiotty-connector-webclient-1.6.2

    Jan 23, 2021
  • jiotty-connector-webclient-1.6.1

    Dec 18, 2020
  • jiotty-connector-webclient-1.6.0

    Nov 08, 2020
  • jiotty-connector-webclient-1.5.1

    Jun 06, 2020
  • jiotty-connector-webclient-1.5.0

    May 26, 2020
  • jiotty-connector-webclient-1.4.3

    May 03, 2020
  • jiotty-connector-webclient-1.4.2

    Apr 26, 2020
  • jiotty-connector-webclient-1.4.1

    Apr 25, 2020
  • jiotty-connector-webclient-1.4.0

    Mar 15, 2020
  • jiotty-connector-webclient-1.3.0

    Feb 10, 2020
  • jiotty-connector-webclient-1.2.1

    Jan 26, 2020
  • jiotty-connector-webclient-1.2.0

    Jan 13, 2020
  • jiotty-connector-webclient-1.1.0

    Dec 03, 2019
  • jiotty-connector-webclient-1.0.0

    Oct 17, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>net.yudichev.jiotty</groupId>
    <artifactId>jiotty-connector-webclient</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-webclient gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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