a

api-notify

Tencent blueking ci project
https://github.com/Tencent/bk-ci
MIT
bk-ci
Files download
File Operation
api-notify-1.5.0-RC.2-RELEASE.jar download
api-notify-1.5.0-RC.2-RELEASE.pom download
api-notify-1.5.0-RC.2-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.bk.devops.ci.notify</groupId>
  <artifactId>api-notify</artifactId>
  <version>1.5.0-RC.2-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.bk.devops.ci.notify:api-notify:1.5.0-RC.2-RELEASE'
Gradle Kotlin
implementation("com.tencent.bk.devops.ci.notify:api-notify:1.5.0-RC.2-RELEASE")
Scala SBT
libraryDependencies += "com.tencent.bk.devops.ci.notify" % "api-notify" % "1.5.0-RC.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.bk.devops.ci.notify', module='api-notify', version='1.5.0-RC.2-RELEASE')
)
Apache Ivy
<dependency org="com.tencent.bk.devops.ci.notify" name="api-notify" rev="1.5.0-RC.2-RELEASE" />
Leiningen
[com.tencent.bk.devops.ci.notify/api-notify "1.5.0-RC.2-RELEASE"]
Apache Buildr
'com.tencent.bk.devops.ci.notify:api-notify:jar:1.5.0-RC.2-RELEASE'