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