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