| GroupId | GroupIdcom.tencent.bk.devops.ci.environment | 
    
|---|---|
| ArtifactId | ArtifactIdapi-environment | 
    
| Version | Version1.3.0-rc.17-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.0-rc.17-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.0-rc.17-RELEASE'
                // https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.environment/api-environment/
implementation ("com.tencent.bk.devops.ci.environment:api-environment:1.3.0-rc.17-RELEASE")
                'com.tencent.bk.devops.ci.environment:api-environment:jar:1.3.0-rc.17-RELEASE'
                <dependency org="com.tencent.bk.devops.ci.environment" name="api-environment" rev="1.3.0-rc.17-RELEASE">
  <artifact name="api-environment" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.tencent.bk.devops.ci.environment', module='api-environment', version='1.3.0-rc.17-RELEASE')
)
                libraryDependencies += "com.tencent.bk.devops.ci.environment" % "api-environment" % "1.3.0-rc.17-RELEASE"
                [com.tencent.bk.devops.ci.environment/api-environment "1.3.0-rc.17-RELEASE"]