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