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