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