License |
License |
---|---|
GroupId | GroupIdio.mockk |
ArtifactId | ArtifactIdmockk-agent-common |
Last Version | Last Version1.12.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockK Common Agent classes
Common classes for agents
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mockk-agent-common-1.12.4.pom | |
mockk-agent-common-1.12.4.jar | 38 KB |
mockk-agent-common-1.12.4-sources.jar | 8 KB |
mockk-agent-common-1.12.4-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mockk/mockk-agent-common/ -->
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk-agent-common</artifactId>
<version>1.12.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.mockk/mockk-agent-common/
implementation 'io.mockk:mockk-agent-common:1.12.4'
// https://jarcasting.com/artifacts/io.mockk/mockk-agent-common/
implementation ("io.mockk:mockk-agent-common:1.12.4")
'io.mockk:mockk-agent-common:jar:1.12.4'
<dependency org="io.mockk" name="mockk-agent-common" rev="1.12.4">
<artifact name="mockk-agent-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mockk', module='mockk-agent-common', version='1.12.4')
)
libraryDependencies += "io.mockk" % "mockk-agent-common" % "1.12.4"
[io.mockk/mockk-agent-common "1.12.4"]
Group / Artifact | Type | Version |
---|---|---|
io.mockk : mockk-agent-api | jar | 1.12.4 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |