GroupId | GroupIdcom.tencent.bk.devops.ci.common |
---|---|
ArtifactId | ArtifactIdcommon-log |
Version | Version1.2.0-rc.7-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-log-1.2.0-rc.7-RELEASE.pom | |
common-log-1.2.0-rc.7-RELEASE.jar | 57 KB |
common-log-1.2.0-rc.7-RELEASE-sources.jar | 32 KB |
common-log-1.2.0-rc.7-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-log/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-log</artifactId>
<version>1.2.0-rc.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-log/
implementation 'com.tencent.bk.devops.ci.common:common-log:1.2.0-rc.7-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-log/
implementation ("com.tencent.bk.devops.ci.common:common-log:1.2.0-rc.7-RELEASE")
'com.tencent.bk.devops.ci.common:common-log:jar:1.2.0-rc.7-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-log" rev="1.2.0-rc.7-RELEASE">
<artifact name="common-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-log', version='1.2.0-rc.7-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-log" % "1.2.0-rc.7-RELEASE"
[com.tencent.bk.devops.ci.common/common-log "1.2.0-rc.7-RELEASE"]