Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.tencent.bk.devops.ci.dockerhost |
ArtifactId | ArtifactIdplugin-dockerhost-codecc |
Version | Version1.1.10-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.dockerhost/plugin-dockerhost-codecc/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.dockerhost</groupId>
<artifactId>plugin-dockerhost-codecc</artifactId>
<version>1.1.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.dockerhost/plugin-dockerhost-codecc/
implementation 'com.tencent.bk.devops.ci.dockerhost:plugin-dockerhost-codecc:1.1.10-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.dockerhost/plugin-dockerhost-codecc/
implementation ("com.tencent.bk.devops.ci.dockerhost:plugin-dockerhost-codecc:1.1.10-RELEASE")
'com.tencent.bk.devops.ci.dockerhost:plugin-dockerhost-codecc:jar:1.1.10-RELEASE'
<dependency org="com.tencent.bk.devops.ci.dockerhost" name="plugin-dockerhost-codecc" rev="1.1.10-RELEASE">
<artifact name="plugin-dockerhost-codecc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.dockerhost', module='plugin-dockerhost-codecc', version='1.1.10-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.dockerhost" % "plugin-dockerhost-codecc" % "1.1.10-RELEASE"
[com.tencent.bk.devops.ci.dockerhost/plugin-dockerhost-codecc "1.1.10-RELEASE"]