is not current version
Last Version 4.6.1

org.mockito:mockito-core 2.2.23

Mock objects library for java

Categories

Categories

Mockito Unit Testing
GroupId

GroupId

org.mockito
ArtifactId

ArtifactId

mockito-core
Version

Version

2.2.23
Type

Type

jar

Download mockito-core 2.2.23


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