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