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