Last Version

MockK Android 1.12.4

mocking library for Kotlin (Android instrumented test)

License

License

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-android
Version

Version

1.12.4
Type

Type

aar
Description

Description

MockK Android
mocking library for Kotlin (Android instrumented test)
Project URL

Project URL

http://mockk.io
Source Code Management

Source Code Management

https://github.com/mockk/mockk/

Download mockk-android 1.12.4


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

Dependencies

compile (1)

Group / Artifact Type Version
io.mockk : mockk jar 1.12.4

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.0
io.mockk : mockk-agent-android jar 1.12.4
io.mockk : mockk-agent-api jar 1.12.4

Project Modules

There are no modules declared in this project.