j

justify-cdi

CDI MODULE: Justify supports JUnit testing with "real" (functionally equivalent) services, relegating mocks to the role of servicing reluctant collaborators.
http://pedCentral.com/justify
The MIT License
Marvin Toll
Files download
File Operation
justify-cdi-8.3.0.jar download
justify-cdi-8.3.0.pom download
justify-cdi-8.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-cdi</artifactId>
  <version>8.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.gtcgroup:justify-cdi:8.3.0'
Gradle Kotlin
implementation("com.gtcgroup:justify-cdi:8.3.0")
Scala SBT
libraryDependencies += "com.gtcgroup" % "justify-cdi" % "8.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gtcgroup', module='justify-cdi', version='8.3.0')
)
Apache Ivy
<dependency org="com.gtcgroup" name="justify-cdi" rev="8.3.0" />
Leiningen
[com.gtcgroup/justify-cdi "8.3.0"]
Apache Buildr
'com.gtcgroup:justify-cdi:jar:8.3.0'