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