is not current version
Last Version 4.6.1

org.mockito:mockito-core 2.2.20

Mock objects library for java

Categories

Categories

Mockito Unit Testing
GroupId

GroupId

org.mockito
ArtifactId

ArtifactId

mockito-core
Version

Version

2.2.20
Type

Type

jar

Download mockito-core 2.2.20


<!-- https://jarcasting.com/artifacts/org.mockito/mockito-core/ -->
<dependency>
    <groupId>org.mockito</groupId>
    <artifactId>mockito-core</artifactId>
    <version>2.2.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.mockito/mockito-core/
implementation 'org.mockito:mockito-core:2.2.20'
// https://jarcasting.com/artifacts/org.mockito/mockito-core/
implementation ("org.mockito:mockito-core:2.2.20")
'org.mockito:mockito-core:jar:2.2.20'
<dependency org="org.mockito" name="mockito-core" rev="2.2.20">
  <artifact name="mockito-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mockito', module='mockito-core', version='2.2.20')
)
libraryDependencies += "org.mockito" % "mockito-core" % "2.2.20"
[org.mockito/mockito-core "2.2.20"]