文件下载
文件名 操作
buildtools-branch-4.14.7.1_d4.jar 下载
buildtools-branch-4.14.7.1_d4.pom 下载
buildtools-branch-4.14.7.1_d4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.streamnative</groupId>
  <artifactId>buildtools</artifactId>
  <version>branch-4.14.7.1_d4</version>
</dependency>
Gradle Groovy
implementation 'io.streamnative:buildtools:branch-4.14.7.1_d4'
Gradle Kotlin
implementation("io.streamnative:buildtools:branch-4.14.7.1_d4")
Scala SBT
libraryDependencies += "io.streamnative" % "buildtools" % "branch-4.14.7.1_d4"
Groovy Grape
@Grapes(
  @Grab(group='io.streamnative', module='buildtools', version='branch-4.14.7.1_d4')
)
Apache Ivy
<dependency org="io.streamnative" name="buildtools" rev="branch-4.14.7.1_d4" />
Leiningen
[io.streamnative/buildtools "branch-4.14.7.1_d4"]
Apache Buildr
'io.streamnative:buildtools:jar:branch-4.14.7.1_d4'