MVN

com.jdcloud.sdk : apigateway

Maven & Gradle

Nov 26, 2019
40 stars

apigateway · JDCLOUD Open API SDK for Java

<dependency>
    <groupId>com.jdcloud.sdk</groupId>
    <artifactId>apigateway</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jdcloud.sdk : apigateway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.jdcloud.sdk : apigateway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
apigateway-1.0.1
0.11.x
apigateway-0.11.0

How to add a dependency to Maven

Add the following com.jdcloud.sdk : apigateway maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jdcloud.sdk</groupId>
    <artifactId>apigateway</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jdcloud.sdk : apigateway gradle dependency to your build.gradle file:

implementation 'com.jdcloud.sdk:apigateway:1.0.1'

Gradle Kotlin DSL: Add the following com.jdcloud.sdk : apigateway gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jdcloud.sdk:apigateway:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jdcloud.sdk : apigateway sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jdcloud.sdk" % "apigateway" % "1.0.1"

Advertisement