MVN

com.webank : weid-build-tools

Maven & Gradle

Jun 15, 2023
52 stars

weid-build-tools · Java sdk for WeIdentity.

<dependency>
    <groupId>com.webank</groupId>
    <artifactId>weid-build-tools</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.webank : weid-build-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.28
  • Latest Release Candidate: 3.1.1-rc.1

All Versions

Choose a version of com.webank : weid-build-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
weid-build-tools-3.1.1-rc.1
weid-build-tools-3.1.0-rc.1
3.0.x
weid-build-tools-3.0.0-rc.2
weid-build-tools-3.0.0-rc.1
1.3.x
weid-build-tools-1.3.1-rc1
weid-build-tools-1.3.0-rc1
1.0.x
weid-build-tools-1.0.28
weid-build-tools-1.0.27
weid-build-tools-1.0.26
weid-build-tools-1.0.25
weid-build-tools-1.0.24
weid-build-tools-1.0.23
weid-build-tools-1.0.22
weid-build-tools-1.0.21
weid-build-tools-1.0.20
weid-build-tools-1.0.19
weid-build-tools-1.0.18
weid-build-tools-1.0.17
weid-build-tools-1.0.16
weid-build-tools-1.0.15
weid-build-tools-1.0.14
weid-build-tools-1.0.13
weid-build-tools-1.0.12

How to add a dependency to Maven

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

<dependency>
    <groupId>com.webank</groupId>
    <artifactId>weid-build-tools</artifactId>
    <version>1.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.webank : weid-build-tools gradle dependency to your build.gradle file:

implementation 'com.webank:weid-build-tools:1.0.28'

Gradle Kotlin DSL: Add the following com.webank : weid-build-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.webank:weid-build-tools:1.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.webank : weid-build-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.webank" % "weid-build-tools" % "1.0.28"

Advertisement