| GroupId | GroupIdcom.tencent.bk.devops.ci.common |
|---|---|
| ArtifactId | ArtifactIdcommon-kafka-tencent |
| Version | Version1.1.10-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-kafka-tencent/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-kafka-tencent</artifactId>
<version>1.1.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-kafka-tencent/
implementation 'com.tencent.bk.devops.ci.common:common-kafka-tencent:1.1.10-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-kafka-tencent/
implementation ("com.tencent.bk.devops.ci.common:common-kafka-tencent:1.1.10-RELEASE")
'com.tencent.bk.devops.ci.common:common-kafka-tencent:jar:1.1.10-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-kafka-tencent" rev="1.1.10-RELEASE">
<artifact name="common-kafka-tencent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-kafka-tencent', version='1.1.10-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-kafka-tencent" % "1.1.10-RELEASE"
[com.tencent.bk.devops.ci.common/common-kafka-tencent "1.1.10-RELEASE"]