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