c

common-log

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