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
文件下载
文件名 操作
justify-core-8.3.0.jar 下载
justify-core-8.3.0.pom 下载
justify-core-8.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-core</artifactId>
  <version>8.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.gtcgroup:justify-core:8.3.0'
Gradle Kotlin
implementation("com.gtcgroup:justify-core:8.3.0")
Scala SBT
libraryDependencies += "com.gtcgroup" % "justify-core" % "8.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gtcgroup', module='justify-core', version='8.3.0')
)
Apache Ivy
<dependency org="com.gtcgroup" name="justify-core" rev="8.3.0" />
Leiningen
[com.gtcgroup/justify-core "8.3.0"]
Apache Buildr
'com.gtcgroup:justify-core:jar:8.3.0'
本项目依赖

compile

|-- junit:junit:4.12