MVN

com.alibaba.csb.sdk : ws-client

Maven & Gradle

Aug 16, 2021
48 stars

CSB :: SDK :: wsclient

<dependency>
    <groupId>com.alibaba.csb.sdk</groupId>
    <artifactId>ws-client</artifactId>
    <version>1.1.5.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.csb.sdk : ws-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5.11

All Versions

Choose a version of com.alibaba.csb.sdk : ws-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ws-client-1.1.5.11
ws-client-1.1.5.9
ws-client-1.1.5.8
ws-client-1.1.5.7
ws-client-1.1.5.2
ws-client-1.1.5.1
ws-client-1.1.4.1
ws-client-1.1.4.0
ws-client-1.1.0-jdk1.6
ws-client-1.1.0

How to add a dependency to Maven

Add the following com.alibaba.csb.sdk : ws-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.csb.sdk</groupId>
    <artifactId>ws-client</artifactId>
    <version>1.1.5.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.csb.sdk : ws-client gradle dependency to your build.gradle file:

implementation 'com.alibaba.csb.sdk:ws-client:1.1.5.11'

Gradle Kotlin DSL: Add the following com.alibaba.csb.sdk : ws-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.csb.sdk:ws-client:1.1.5.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.csb.sdk : ws-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.csb.sdk" % "ws-client" % "1.1.5.11"

Advertisement