c

common-pipeline-yaml

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