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