| License | License | 
|---|---|
| Categories | CategoriesMockito Unit Testing TestNG | 
| GroupId | GroupIdorg.mockito | 
| ArtifactId | ArtifactIdmockito-testng | 
| Last Version | Last Version0.4.26 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionmockito-testng Mockito for TestNG | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| mockito-testng-0.4.26.pom | |
| mockito-testng-0.4.26.jar | 5 KB | 
| mockito-testng-0.4.26-sources.jar | 4 KB | 
| mockito-testng-0.4.26-javadoc.jar | 30 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mockito/mockito-testng/ -->
<dependency>
    <groupId>org.mockito</groupId>
    <artifactId>mockito-testng</artifactId>
    <version>0.4.26</version>
</dependency>// https://jarcasting.com/artifacts/org.mockito/mockito-testng/
implementation 'org.mockito:mockito-testng:0.4.26'// https://jarcasting.com/artifacts/org.mockito/mockito-testng/
implementation ("org.mockito:mockito-testng:0.4.26")'org.mockito:mockito-testng:jar:0.4.26'<dependency org="org.mockito" name="mockito-testng" rev="0.4.26">
  <artifact name="mockito-testng" type="jar" />
</dependency>@Grapes(
@Grab(group='org.mockito', module='mockito-testng', version='0.4.26')
)libraryDependencies += "org.mockito" % "mockito-testng" % "0.4.26"[org.mockito/mockito-testng "0.4.26"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 4.6.1 | 
| org.testng : testng | jar | 7.5 |