a

api-notify

Tencent blueking ci project
https://github.com/Tencent/bk-ci
MIT
bk-ci
文件下载
文件名 操作
api-notify-1.5.33-RELEASE.jar 下载
api-notify-1.5.33-RELEASE.pom 下载
api-notify-1.5.33-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.bk.devops.ci.notify</groupId>
  <artifactId>api-notify</artifactId>
  <version>1.5.33-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.bk.devops.ci.notify:api-notify:1.5.33-RELEASE'
Gradle Kotlin
implementation("com.tencent.bk.devops.ci.notify:api-notify:1.5.33-RELEASE")
Scala SBT
libraryDependencies += "com.tencent.bk.devops.ci.notify" % "api-notify" % "1.5.33-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.bk.devops.ci.notify', module='api-notify', version='1.5.33-RELEASE')
)
Apache Ivy
<dependency org="com.tencent.bk.devops.ci.notify" name="api-notify" rev="1.5.33-RELEASE" />
Leiningen
[com.tencent.bk.devops.ci.notify/api-notify "1.5.33-RELEASE"]
Apache Buildr
'com.tencent.bk.devops.ci.notify:api-notify:jar:1.5.33-RELEASE'