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