MVN

com.netease.yunxin.kit.integrationtest : integrationtest

Maven & Gradle

Apr 01, 2022

XKit Autotest Library · Test Core components for the XKit Library.

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

Latest Version

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

  • Latest Stable: 1.0.0
  • Latest Beta: 0.0.1-beta01

All Versions

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

Version Vulnerabilities Updated
1.0.x
integrationtest-1.0.0
integrationtest-1.0.0-beta01
0.0.x
integrationtest-0.0.1-beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netease.yunxin.kit.integrationtest</groupId>
    <artifactId>integrationtest</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.netease.yunxin.kit.integrationtest:integrationtest:1.0.0'

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

implementation("com.netease.yunxin.kit.integrationtest:integrationtest:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.netease.yunxin.kit.integrationtest" % "integrationtest" % "1.0.0"