is not current version
Last Version 4.6.1

org.mockito:mockito-core 2.2.14

Mock objects library for java

Categories

Categories

Mockito Unit Testing
GroupId

GroupId

org.mockito
ArtifactId

ArtifactId

mockito-core
Version

Version

2.2.14
Type

Type

jar

Download mockito-core 2.2.14


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