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