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