j

justify-core

CORE 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-core-6.4.0.jar download
justify-core-6.4.0.pom download
justify-core-6.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-core</artifactId>
  <version>6.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.gtcgroup:justify-core:6.4.0'
Gradle Kotlin
implementation("com.gtcgroup:justify-core:6.4.0")
Scala SBT
libraryDependencies += "com.gtcgroup" % "justify-core" % "6.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gtcgroup', module='justify-core', version='6.4.0')
)
Apache Ivy
<dependency org="com.gtcgroup" name="justify-core" rev="6.4.0" />
Leiningen
[com.gtcgroup/justify-core "6.4.0"]
Apache Buildr
'com.gtcgroup:justify-core:jar:6.4.0'
Dependencies

compile

|-- junit:junit:4.12