mockito-bom

Mockito Bill of Materials (BOM)

License

License

Categories

Categories

Mockito Unit Testing
GroupId

GroupId

org.mockito
ArtifactId

ArtifactId

mockito-bom
Last Version

Last Version

4.6.1
Release Date

Release Date

Type

Type

pom
Description

Description

mockito-bom
Mockito Bill of Materials (BOM)

Download mockito-bom

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4.6.1
4.6.0
4.5.1
4.5.0
4.4.0
4.3.1
4.3.0