| License |
License |
|---|---|
| Categories |
CategoriesMockito Unit Testing |
| GroupId | GroupIdorg.mockito |
| ArtifactId | ArtifactIdmockito-core |
| Last Version | Last Version4.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmockito-core
Mockito mock objects library core API and implementation
|
| Filename | Size |
|---|---|
| mockito-core-4.6.1.pom | |
| mockito-core-4.6.1.jar | 1 MB |
| mockito-core-4.6.1-sources.jar | 664 KB |
| mockito-core-4.6.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mockito/mockito-core/ -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mockito/mockito-core/
implementation 'org.mockito:mockito-core:4.6.1'
// https://jarcasting.com/artifacts/org.mockito/mockito-core/
implementation ("org.mockito:mockito-core:4.6.1")
'org.mockito:mockito-core:jar:4.6.1'
<dependency org="org.mockito" name="mockito-core" rev="4.6.1">
<artifact name="mockito-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mockito', module='mockito-core', version='4.6.1')
)
libraryDependencies += "org.mockito" % "mockito-core" % "4.6.1"
[org.mockito/mockito-core "4.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.bytebuddy : byte-buddy | jar | 1.12.10 |
| net.bytebuddy : byte-buddy-agent | jar | 1.12.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.objenesis : objenesis | jar | 3.2 |