MockK Java Agent

MockK agent to remove finals

License

License

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-agent
Last Version

Last Version

1.7.17
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
1.7.17
1.7.16
1.7.15
1.7.14
1.7.13
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7
1.6.3
1.6.2
1.6.1
1.6
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5
1.4.2
1.4.1
1.4
1.3
1.2
1.1
1.0