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