MVN

com.tencent.bk.devops.ci.common : biz-common-webhook

Maven & Gradle

Feb 22, 2023
2.3k stars

bk-ci · Tencent blueking ci project

<dependency>
    <groupId>com.tencent.bk.devops.ci.common</groupId>
    <artifactId>biz-common-webhook</artifactId>
    <version>1.9.2-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.bk.devops.ci.common : biz-common-webhook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2-RELEASE
  • Latest Release Candidate: 1.9.16-RC.1-RELEASE
  • Latest Alpha: 1.8.0-alpha.26-RELEASE

All Versions

Choose a version of com.tencent.bk.devops.ci.common : biz-common-webhook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
biz-common-webhook-1.9.16-RC.1-RELEASE
biz-common-webhook-1.9.7-RC.1-RELEASE
biz-common-webhook-1.9.2-RELEASE
biz-common-webhook-1.9.1-RELEASE
1.8.x
biz-common-webhook-1.8.1-RELEASE
biz-common-webhook-1.8.0-RELEASE
biz-common-webhook-1.8.0-RC.3-RELEASE
biz-common-webhook-1.8.0-RC.2-RELEASE
biz-common-webhook-1.8.0-alpha.26-RELEASE
biz-common-webhook-1.8.0-alpha.1-RELEASE
1.7.x
biz-common-webhook-1.7.43-RELEASE
biz-common-webhook-1.7.40-RELEASE
biz-common-webhook-1.7.37-RELEASE
biz-common-webhook-1.7.36-RELEASE
biz-common-webhook-1.7.35-RELEASE
biz-common-webhook-1.7.31-RELEASE
biz-common-webhook-1.7.26-RELEASE
biz-common-webhook-1.7.24-RELEASE
biz-common-webhook-1.7.23-RELEASE

How to add a dependency to Maven

Add the following com.tencent.bk.devops.ci.common : biz-common-webhook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.bk.devops.ci.common</groupId>
    <artifactId>biz-common-webhook</artifactId>
    <version>1.9.2-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.bk.devops.ci.common : biz-common-webhook gradle dependency to your build.gradle file:

implementation 'com.tencent.bk.devops.ci.common:biz-common-webhook:1.9.2-RELEASE'

Gradle Kotlin DSL: Add the following com.tencent.bk.devops.ci.common : biz-common-webhook gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.bk.devops.ci.common:biz-common-webhook:1.9.2-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.bk.devops.ci.common : biz-common-webhook sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.bk.devops.ci.common" % "biz-common-webhook" % "1.9.2-RELEASE"

Advertisement