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