Last Version

MockK Java Agent 1.7.17

MockK agent to remove finals

License

License

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-agent
Version

Version

1.7.17
Type

Type

jar
Description

Description

MockK Java Agent
MockK agent to remove finals
Project URL

Project URL

http://mockk.io
Source Code Management

Source Code Management

http://www.github.com/oleksiyp/mockk/

Download mockk-agent 1.7.17


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

Dependencies

compile (2)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.7.9
org.objenesis : objenesis jar 2.6

runtime (1)

Group / Artifact Type Version
net.bytebuddy : byte-buddy-agent jar 1.7.9

Project Modules

There are no modules declared in this project.