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