MVN

com.gtcgroup : justify-cdi

Maven & Gradle

Apr 17, 2017

Justify CDI · CDI MODULE: Justify supports JUnit testing with "real" (functionally equivalent) services, relegating mocks to the role of servicing reluctant collaborators.

<dependency>
    <groupId>com.gtcgroup</groupId>
    <artifactId>justify-cdi</artifactId>
    <version>8.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gtcgroup : justify-cdi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3.0

All Versions

Choose a version of com.gtcgroup : justify-cdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3.x
justify-cdi-8.3.0
6.3.x
justify-cdi-6.3.0
6.2.x
justify-cdi-6.2.0

How to add a dependency to Maven

Add the following com.gtcgroup : justify-cdi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gtcgroup</groupId>
    <artifactId>justify-cdi</artifactId>
    <version>8.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gtcgroup : justify-cdi gradle dependency to your build.gradle file:

implementation 'com.gtcgroup:justify-cdi:8.3.0'

Gradle Kotlin DSL: Add the following com.gtcgroup : justify-cdi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gtcgroup:justify-cdi:8.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gtcgroup : justify-cdi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gtcgroup" % "justify-cdi" % "8.3.0"

Advertisement