MVN

com.netease.yunxin.kit.common : common

Maven & Gradle

Aug 11, 2023
9 usages

XKit Common Library · Common components for the XKit Library.

<dependency>
    <groupId>com.netease.yunxin.kit.common</groupId>
    <artifactId>common</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netease.yunxin.kit.common : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1
  • Latest Release Candidate: 1.1.6-rc02
  • Latest Beta: 1.1.9-beta01

All Versions

Choose a version of com.netease.yunxin.kit.common : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
common-1.3.1
common-1.3.0
1.2.x
common-1.2.0
1.1.x
common-1.1.18
common-1.1.17
common-1.1.15
common-1.1.14
common-1.1.13
common-1.1.12
common-1.1.11
common-1.1.10
common-1.1.9
common-1.1.9-beta01
common-1.1.8
common-1.1.7
common-1.1.6
common-1.1.6-rc02
common-1.1.6-rc01
common-1.1.5
common-1.1.4
common-1.1.3
common-1.1.2
common-1.1.1
common-1.1.0
1.0.x
common-1.0.7-beta03
common-1.0.7
common-1.0.6
common-1.0.5
common-1.0.4
common-1.0.1
common-1.0.0-beta02
common-1.0.0-beta01

How to add a dependency to Maven

Add the following com.netease.yunxin.kit.common : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netease.yunxin.kit.common</groupId>
    <artifactId>common</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netease.yunxin.kit.common : common gradle dependency to your build.gradle file:

implementation 'com.netease.yunxin.kit.common:common:1.3.1'

Gradle Kotlin DSL: Add the following com.netease.yunxin.kit.common : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netease.yunxin.kit.common:common:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netease.yunxin.kit.common : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netease.yunxin.kit.common" % "common" % "1.3.1"

Advertisement