c

common-web

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