Files download
File Operation
storage-api-1.0.0.jar download
storage-api-1.0.0.pom download
storage-api-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.bk.repo</groupId>
  <artifactId>storage-api</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.bk.repo:storage-api:1.0.0'
Gradle Kotlin
implementation("com.tencent.bk.repo:storage-api:1.0.0")
Scala SBT
libraryDependencies += "com.tencent.bk.repo" % "storage-api" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.bk.repo', module='storage-api', version='1.0.0')
)
Apache Ivy
<dependency org="com.tencent.bk.repo" name="storage-api" rev="1.0.0" />
Leiningen
[com.tencent.bk.repo/storage-api "1.0.0"]
Apache Buildr
'com.tencent.bk.repo:storage-api:jar:1.0.0'