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