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