MVN

org.kodein.mock : mockmp-test-helper-junit5-linuxarm32hfp

Maven & Gradle

Mar 27, 2023
170 stars

mockmp-test-helper · MocKMP test helper

<dependency>
    <groupId>org.kodein.mock</groupId>
    <artifactId>mockmp-test-helper-junit5-linuxarm32hfp</artifactId>
    <version>1.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kodein.mock : mockmp-test-helper-junit5-linuxarm32hfp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.0
  • Latest Release Candidate: 1.10.0-kotlin-1.7.20-RC

All Versions

Choose a version of org.kodein.mock : mockmp-test-helper-junit5-linuxarm32hfp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
mockmp-test-helper-junit5-linuxarm32hfp-1.13.0
1.12.x
mockmp-test-helper-junit5-linuxarm32hfp-1.12.0
1.11.x
mockmp-test-helper-junit5-linuxarm32hfp-1.11.0
1.10.x
mockmp-test-helper-junit5-linuxarm32hfp-1.10.0
mockmp-test-helper-junit5-linuxarm32hfp-1.10.0-kotlin-1.7.20-RC
1.9.x
mockmp-test-helper-junit5-linuxarm32hfp-1.9.0

How to add a dependency to Maven

Add the following org.kodein.mock : mockmp-test-helper-junit5-linuxarm32hfp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kodein.mock</groupId>
    <artifactId>mockmp-test-helper-junit5-linuxarm32hfp</artifactId>
    <version>1.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kodein.mock : mockmp-test-helper-junit5-linuxarm32hfp gradle dependency to your build.gradle file:

implementation 'org.kodein.mock:mockmp-test-helper-junit5-linuxarm32hfp:1.13.0'

Gradle Kotlin DSL: Add the following org.kodein.mock : mockmp-test-helper-junit5-linuxarm32hfp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kodein.mock:mockmp-test-helper-junit5-linuxarm32hfp:1.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kodein.mock : mockmp-test-helper-junit5-linuxarm32hfp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kodein.mock" % "mockmp-test-helper-junit5-linuxarm32hfp" % "1.13.0"