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