MVN

com.webank : data-export-sdk

Maven & Gradle

Feb 21, 2023
41 stars

data-export-sdk · WeBankBlockchain Data-Export

<dependency>
    <groupId>com.webank</groupId>
    <artifactId>data-export-sdk</artifactId>
    <version>1.7.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.webank : data-export-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.9

All Versions

Choose a version of com.webank : data-export-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
data-export-sdk-1.7.9
data-export-sdk-1.7.8
data-export-sdk-1.7.7
data-export-sdk-1.7.5
data-export-sdk-1.7.4
data-export-sdk-1.7.3
data-export-sdk-1.7.2
data-export-sdk-1.7.1
data-export-sdk-1.7.0

How to add a dependency to Maven

Add the following com.webank : data-export-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.webank</groupId>
    <artifactId>data-export-sdk</artifactId>
    <version>1.7.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.webank : data-export-sdk gradle dependency to your build.gradle file:

implementation 'com.webank:data-export-sdk:1.7.9'

Gradle Kotlin DSL: Add the following com.webank : data-export-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.webank:data-export-sdk:1.7.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.webank : data-export-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.webank" % "data-export-sdk" % "1.7.9"

Advertisement