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