License |
License |
---|---|
Categories |
CategoriesMockito Unit Testing |
GroupId | GroupIdorg.mockito |
ArtifactId | ArtifactIdmockito-bom |
Last Version | Last Version4.6.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmockito-bom
Mockito Bill of Materials (BOM)
|
Filename | Size |
---|---|
mockito-bom-4.6.1.pom | |
Browse |
<!-- 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"]