MVN

com.taobao : tdhs-java-client

Maven & Gradle

Mar 01, 2013

tdhs4j · A TDH_SOCKET Client For Java

<dependency>
    <groupId>com.taobao</groupId>
    <artifactId>tdhs-java-client</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.taobao : tdhs-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of com.taobao : tdhs-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
tdhs-java-client-0.4.1
0.3.x
tdhs-java-client-0.3.2.4
tdhs-java-client-0.3.2.3
tdhs-java-client-0.3.2.2
tdhs-java-client-0.3.2.1
tdhs-java-client-0.3.2

How to add a dependency to Maven

Add the following com.taobao : tdhs-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.taobao</groupId>
    <artifactId>tdhs-java-client</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.taobao : tdhs-java-client gradle dependency to your build.gradle file:

implementation 'com.taobao:tdhs-java-client:0.4.1'

Gradle Kotlin DSL: Add the following com.taobao : tdhs-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.taobao:tdhs-java-client:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.taobao : tdhs-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.taobao" % "tdhs-java-client" % "0.4.1"