<dependency>
<groupId>com.tencent.bk.repo</groupId>
<artifactId>api-repository</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.repo', module='api-repository', version='1.1.0-RELEASE')
)
compile
|-- com.tencent.bk.repo:common-api:1.1.0-RELEASE
|-- com.tencent.bk.repo:artifact-api:1.1.0-RELEASE
|-- com.tencent.bk.repo:query-api:1.1.0-RELEASE
|-- com.tencent.bk.repo:storage-api:1.1.0-RELEASE
|-- com.tencent.bk.repo:operate-api:1.1.0-RELEASE
runtime