MVN

com.jituancaiyun.openapi : openapi-client

Maven & Gradle

Feb 28, 2018
2 stars

openapi-java-sdk · 讯盟开放平台java sdk

<dependency>
    <groupId>com.jituancaiyun.openapi</groupId>
    <artifactId>openapi-client</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jituancaiyun.openapi : openapi-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.jituancaiyun.openapi : openapi-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
openapi-client-1.5.1
openapi-client-1.5.0
1.4.x
openapi-client-1.4.0
1.0.x
openapi-client-1.0.3
openapi-client-1.0.2
openapi-client-1.0.1
openapi-client-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jituancaiyun.openapi</groupId>
    <artifactId>openapi-client</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jituancaiyun.openapi : openapi-client gradle dependency to your build.gradle file:

implementation 'com.jituancaiyun.openapi:openapi-client:1.5.1'

Gradle Kotlin DSL: Add the following com.jituancaiyun.openapi : openapi-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jituancaiyun.openapi:openapi-client:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jituancaiyun.openapi : openapi-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jituancaiyun.openapi" % "openapi-client" % "1.5.1"

Advertisement