MVN

rocks.limburg.cdimock : cdimock

Maven & Gradle

Jun 27, 2021
5 stars

cdimock · A framework to support mocking in CDI for JUnit 5 tests.

<dependency>
    <groupId>rocks.limburg.cdimock</groupId>
    <artifactId>cdimock</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rocks.limburg.cdimock : cdimock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of rocks.limburg.cdimock : cdimock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cdimock-1.0.4
cdimock-1.0.3
cdimock-1.0.2
cdimock-1.0.1
cdimock-1.0.0
0.9.x
cdimock-0.9.9
cdimock-0.9.8
cdimock-0.9.7
cdimock-0.9.6
cdimock-0.9.5
cdimock-0.9.3
cdimock-0.9.2
cdimock-0.9.1
cdimock-0.9.0

How to add a dependency to Maven

Add the following rocks.limburg.cdimock : cdimock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>rocks.limburg.cdimock</groupId>
    <artifactId>cdimock</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following rocks.limburg.cdimock : cdimock gradle dependency to your build.gradle file:

implementation 'rocks.limburg.cdimock:cdimock:1.0.4'

Gradle Kotlin DSL: Add the following rocks.limburg.cdimock : cdimock gradle kotlin dependency to your build.gradle.kts file:

implementation("rocks.limburg.cdimock:cdimock:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following rocks.limburg.cdimock : cdimock sbt scala dependency to your build.sbt file:

libraryDependencies += "rocks.limburg.cdimock" % "cdimock" % "1.0.4"