MVN

com.github.tianjing : wcpt-module-thirdapi

Maven & Gradle

Jul 27, 2021
0 stars

网厂平台 应用接口 sdk

<dependency>
    <groupId>com.github.tianjing</groupId>
    <artifactId>wcpt-module-thirdapi</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tianjing : wcpt-module-thirdapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of com.github.tianjing : wcpt-module-thirdapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
wcpt-module-thirdapi-1.1.7
wcpt-module-thirdapi-1.1.6
wcpt-module-thirdapi-1.1.5
wcpt-module-thirdapi-1.1.4
wcpt-module-thirdapi-1.1.3

How to add a dependency to Maven

Add the following com.github.tianjing : wcpt-module-thirdapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tianjing</groupId>
    <artifactId>wcpt-module-thirdapi</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tianjing : wcpt-module-thirdapi gradle dependency to your build.gradle file:

implementation 'com.github.tianjing:wcpt-module-thirdapi:1.1.7'

Gradle Kotlin DSL: Add the following com.github.tianjing : wcpt-module-thirdapi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tianjing:wcpt-module-thirdapi:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tianjing : wcpt-module-thirdapi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tianjing" % "wcpt-module-thirdapi" % "1.1.7"