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