j

justify-multicore

MULTICORE MODULE: PED Central is the home for the open-source �Justify� suite of software engineering modules. Justify seeks API alignment between Java 1.8+ application code and JUnit 5 test code.
http://pedCentral.com/justify
The MIT License
Marvin Toll
Files download
File Operation
justify-multicore-8.5.0-alpha5.jar download
justify-multicore-8.5.0-alpha5.pom download
justify-multicore-8.5.0-alpha5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-multicore</artifactId>
  <version>8.5.0-alpha5</version>
</dependency>
Gradle Groovy
implementation 'com.gtcgroup:justify-multicore:8.5.0-alpha5'
Gradle Kotlin
implementation("com.gtcgroup:justify-multicore:8.5.0-alpha5")
Scala SBT
libraryDependencies += "com.gtcgroup" % "justify-multicore" % "8.5.0-alpha5"
Groovy Grape
@Grapes(
  @Grab(group='com.gtcgroup', module='justify-multicore', version='8.5.0-alpha5')
)
Apache Ivy
<dependency org="com.gtcgroup" name="justify-multicore" rev="8.5.0-alpha5" />
Leiningen
[com.gtcgroup/justify-multicore "8.5.0-alpha5"]
Apache Buildr
'com.gtcgroup:justify-multicore:jar:8.5.0-alpha5'