License |
License |
---|---|
GroupId | GroupIdio.mockk |
ArtifactId | ArtifactIdmockk-agent-android |
Last Version | Last Version1.12.4 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMockK Android Agent
Android instrumented testing MockK inline mocking agent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.mockk/mockk-agent-android/ -->
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk-agent-android</artifactId>
<version>1.12.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.mockk/mockk-agent-android/
implementation 'io.mockk:mockk-agent-android:1.12.4'
// https://jarcasting.com/artifacts/io.mockk/mockk-agent-android/
implementation ("io.mockk:mockk-agent-android:1.12.4")
'io.mockk:mockk-agent-android:aar:1.12.4'
<dependency org="io.mockk" name="mockk-agent-android" rev="1.12.4">
<artifact name="mockk-agent-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.mockk', module='mockk-agent-android', version='1.12.4')
)
libraryDependencies += "io.mockk" % "mockk-agent-android" % "1.12.4"
[io.mockk/mockk-agent-android "1.12.4"]
Group / Artifact | Type | Version |
---|---|---|
io.mockk : mockk-agent-api | jar | 1.12.4 |
io.mockk : mockk-agent-common | jar | 1.12.4 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |
com.linkedin.dexmaker : dexmaker | jar | 2.28.1 |
org.objenesis : objenesis | jar | 3.2 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |