Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.tencent.bk.devops.ci.common |
ArtifactId | ArtifactIdcommon-client |
Version | Version1.1.10-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-client-1.1.10-RELEASE.pom | |
common-client-1.1.10-RELEASE.jar | 29 KB |
common-client-1.1.10-RELEASE-sources.jar | 1 KB |
common-client-1.1.10-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-client/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-client</artifactId>
<version>1.1.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-client/
implementation 'com.tencent.bk.devops.ci.common:common-client:1.1.10-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-client/
implementation ("com.tencent.bk.devops.ci.common:common-client:1.1.10-RELEASE")
'com.tencent.bk.devops.ci.common:common-client:jar:1.1.10-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-client" rev="1.1.10-RELEASE">
<artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-client', version='1.1.10-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-client" % "1.1.10-RELEASE"
[com.tencent.bk.devops.ci.common/common-client "1.1.10-RELEASE"]