m

mockk-junit5

Provides means of generating OOXML documents using Kotlin data classes.
https://github.com/Nillerr/ooxml-kotlin
MIT
Nicklas Jensen
Files download
File Operation
mockk-junit5-1.0.0.jar download
mockk-junit5-1.0.0.pom download
mockk-junit5-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.nillerr</groupId>
  <artifactId>mockk-junit5</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.nillerr:mockk-junit5:1.0.0'
Gradle Kotlin
implementation("io.github.nillerr:mockk-junit5:1.0.0")
Scala SBT
libraryDependencies += "io.github.nillerr" % "mockk-junit5" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nillerr', module='mockk-junit5', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.nillerr" name="mockk-junit5" rev="1.0.0" />
Leiningen
[io.github.nillerr/mockk-junit5 "1.0.0"]
Apache Buildr
'io.github.nillerr:mockk-junit5:jar:1.0.0'