License |
License |
---|---|
GroupId | GroupIdio.mockk |
ArtifactId | ArtifactIdmockk-dsl |
Last Version | Last Version1.12.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockK DSL common
Common(JS and Java) MockK DSL providing API for MockK implementation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mockk-dsl-1.12.4.pom | |
mockk-dsl-1.12.4.jar | 28 KB |
mockk-dsl-1.12.4-sources.jar | 11 KB |
mockk-dsl-1.12.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.mockk/mockk-dsl/ -->
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk-dsl</artifactId>
<version>1.12.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.mockk/mockk-dsl/
implementation 'io.mockk:mockk-dsl:1.12.4'
// https://jarcasting.com/artifacts/io.mockk/mockk-dsl/
implementation ("io.mockk:mockk-dsl:1.12.4")
'io.mockk:mockk-dsl:jar:1.12.4'
<dependency org="io.mockk" name="mockk-dsl" rev="1.12.4">
<artifact name="mockk-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mockk', module='mockk-dsl', version='1.12.4')
)
libraryDependencies += "io.mockk" % "mockk-dsl" % "1.12.4"
[io.mockk/mockk-dsl "1.12.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |