License |
License |
---|---|
GroupId | GroupIdio.mockk |
ArtifactId | ArtifactIdmockk-agent-jvm |
Last Version | Last Version1.12.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockK Java Agent
MockK inline mocking agent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mockk-agent-jvm-1.12.4.pom | |
mockk-agent-jvm-1.12.4.jar | 35 KB |
mockk-agent-jvm-1.12.4-sources.jar | 16 KB |
mockk-agent-jvm-1.12.4-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mockk/mockk-agent-jvm/ -->
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk-agent-jvm</artifactId>
<version>1.12.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.mockk/mockk-agent-jvm/
implementation 'io.mockk:mockk-agent-jvm:1.12.4'
// https://jarcasting.com/artifacts/io.mockk/mockk-agent-jvm/
implementation ("io.mockk:mockk-agent-jvm:1.12.4")
'io.mockk:mockk-agent-jvm:jar:1.12.4'
<dependency org="io.mockk" name="mockk-agent-jvm" rev="1.12.4">
<artifact name="mockk-agent-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mockk', module='mockk-agent-jvm', version='1.12.4')
)
libraryDependencies += "io.mockk" % "mockk-agent-jvm" % "1.12.4"
[io.mockk/mockk-agent-jvm "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 |
org.objenesis : objenesis | jar | 3.2 |
net.bytebuddy : byte-buddy | jar | 1.12.6 |
net.bytebuddy : byte-buddy-agent | jar | 1.12.6 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |