MVN

cn.daenx : yhchat-sdk-core

Maven & Gradle

Jul 17, 2023

yhchat-sdk-core · yhchat-sdk-core是云湖社交的Java版本的SDK核心服务,通过此Core可以快速构建您的云湖机器人,能让您以非常便捷的方式和云湖服务进行交互。

<dependency>
    <groupId>cn.daenx</groupId>
    <artifactId>yhchat-sdk-core</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.daenx : yhchat-sdk-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of cn.daenx : yhchat-sdk-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
yhchat-sdk-core-1.0.2
yhchat-sdk-core-1.0.1
yhchat-sdk-core-1.0.0

How to add a dependency to Maven

Add the following cn.daenx : yhchat-sdk-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.daenx</groupId>
    <artifactId>yhchat-sdk-core</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.daenx : yhchat-sdk-core gradle dependency to your build.gradle file:

implementation 'cn.daenx:yhchat-sdk-core:1.0.2'

Gradle Kotlin DSL: Add the following cn.daenx : yhchat-sdk-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.daenx:yhchat-sdk-core:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.daenx : yhchat-sdk-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.daenx" % "yhchat-sdk-core" % "1.0.2"